Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created May 3, 2018 19:03
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 explorer14/b27f47354da46dadc4127cc53b7a907b to your computer and use it in GitHub Desktop.
Save explorer14/b27f47354da46dadc4127cc53b7a907b to your computer and use it in GitHub Desktop.
public class HomeController : Controller
{
[Authorize]
public IActionResult About()
{
ViewData["Message"] = "Your application description page.";
return View();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment