Created
December 6, 2017 12:43
-
-
Save HamidMosalla/3d12fb4dd161cf8fce255959f493ba4b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Authorize("Founder")] | |
public IActionResult Secure() | |
{ | |
ViewData["Message"] = "Secure page."; | |
return View(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment