Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 20, 2025 18:08
Show Gist options
  • Select an option

  • Save wullemsb/5cbbb77e4c11c803262955a43cdf1096 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/5cbbb77e4c11c803262955a43cdf1096 to your computer and use it in GitHub Desktop.
[AllowAnonymous]
public class HomeController : Controller
{
public IActionResult Index()
{
return View();
}
[AllowAnonymous]
public IActionResult About()
{
return View();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment