Skip to content

Instantly share code, notes, and snippets.

@AbubakarSiddiq
Last active December 19, 2016 18:22
Show Gist options
  • Save AbubakarSiddiq/fdab4ec5d5ab669146090d213efad03f to your computer and use it in GitHub Desktop.
Save AbubakarSiddiq/fdab4ec5d5ab669146090d213efad03f to your computer and use it in GitHub Desktop.
//Authorization Filter
[Authorize]
public string authorization()
{
return "Check Authorization Filter!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment