Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save himadric/79cadca86ae8c0adcd236f33c1b14070 to your computer and use it in GitHub Desktop.

Select an option

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