Jquery – How to pass selected text of checkbox to action result on razor page?
I work on asp.net core razor page . I pass selected id as array success but my issue selected text value for check box not passed or displayed Issue happen on this line selectedClassText.push($(this).next('label').text()); when debug action result string[] classidsText…