Skip to content

Instantly share code, notes, and snippets.

@emrekizildas
Created August 3, 2019 14:01
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 emrekizildas/0780706e65a35182dffbb89f9a2bcaa8 to your computer and use it in GitHub Desktop.
Save emrekizildas/0780706e65a35182dffbb89f9a2bcaa8 to your computer and use it in GitHub Desktop.
[ActionLogger]
public class HomeController : Controller
{
public IActionResult Index()
{
return View();
}
public IActionResult Privacy()
{
return View();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment