Created
October 20, 2025 18:08
-
-
Save wullemsb/5cbbb77e4c11c803262955a43cdf1096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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