Created
February 26, 2019 01:00
-
-
Save himadric/79cadca86ae8c0adcd236f33c1b14070 to your computer and use it in GitHub Desktop.
This file contains hidden or 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] | |
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