[Authorize] | |
public class IndexModel : PageModel | |
{ | |
public void OnGet() | |
{ | |
// do something | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Authorize] | |
public class IndexModel : PageModel | |
{ | |
public void OnGet() | |
{ | |
// do something | |
} | |
} |