Let’s say I have a class public class ItemController:Controller { public ActionResult Login(int id) { return View("Hi", id); } } On a page that is not located at the...
  • May 21, 2022
  • 0 Comments