I work on asp.net razor page Login user name and password . I call Web API validate user
name and password . my issue I face it I can't receive data returned after login success
JSON data returned from web API after success login username and password
{
"message": "success",
"status"...
I working on razor page with .NET core 7 . my mainly issue How to pass unchecked checkboxes
from html page to page model on post method ?
so If I have group of checkboxes not checked so I need to pass it to page model as List on post method when submit form
so user click submit button then on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.