Skip to content

Instantly share code, notes, and snippets.

@fsanggang
Created November 1, 2020 23:41
Show Gist options
  • Save fsanggang/30d1d69f6efd1eb6f5ed582b47d32079 to your computer and use it in GitHub Desktop.
Save fsanggang/30d1d69f6efd1eb6f5ed582b47d32079 to your computer and use it in GitHub Desktop.
// Pages/Post/New.razor
@page "/posts/new"
@attribute [Authorize(Roles = "Admin")]
... etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment