Fixed HTML.ActionLink method #dev #it #asnwer
Fixed HTML.ActionLink method #dev #it #asnwer
HTML.ActionLink method
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 Item folder, where ItemController resides, I want to create a link to the Login method. So which Html.ActionLink method I should use and what parameters should I pass?
Specifically, I am looking for the…
View On WordPress











