Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Created January 18, 2020 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsauber/7e9cb1fd21cd11f4167e5beb593c51c5 to your computer and use it in GitHub Desktop.
Save scottsauber/7e9cb1fd21cd11f4167e5beb593c51c5 to your computer and use it in GitHub Desktop.
[Authorize(PolicyName="Admin")]
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