I have an ASP.Net MVC 4 app and am using the Url.Action helper like this: @Url.Action(\"Information\", \"Admin\")
@Url.Action(\"Information\", \"Admin\")
This page is used for both adding a ne
You also can use in this form:
Admin