Skip to content

Instantly share code, notes, and snippets.

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 himadric/79cadca86ae8c0adcd236f33c1b14070 to your computer and use it in GitHub Desktop.
Save himadric/79cadca86ae8c0adcd236f33c1b14070 to your computer and use it in GitHub Desktop.
[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