Top "Actionlink" questions

In ASP.

How Can I Stop ASP.Net MVC Html.ActionLink From Using Existing Route Values?

The website I'm working on has some fairly complicated routing structures and we're experiencing some difficulties working with the routing …

asp.net-mvc routing actionlink
Save changes on CheckBox change?

I have an MVC Index page that reflects a table in the DB. One of the columns is a boolean. …

asp.net-mvc checkbox submit actionlink checkboxfor
Actionlink to child action

I have called a view from another with Html.Action method. I want to call the same action with a …

c# asp.net-mvc-3 action actionlink
Adding rel and title to ASP.NET MVC Action Links

I decided primarily for SEO reasons to add the "rel" to my action link, but am not sure that the …

asp.net-mvc actionlink canonical-link
MVC 3 Ajax Loading Icon when navigating to a new page/action method

I have been searching extensively on how to create a navigation link that will display an ajax Loading icon while …

jquery asp.net-mvc actionlink actionmethod
ActionLink Delete Confirmation

I want to make a Javascript popup asking if I want to delete a listing. Here is what I have …

asp.net-mvc actionlink
RouteValueDictionary/object problem in mvc ActionLink

so here it goes: I have a html helper which renders ActionLinks with the optional parameters of the current url …

asp.net-mvc actionlink routevalues
ASP.NET MVC: Getting values from TextBoxFor, TextBox, DropDownList and TextArea

In ASP.Net MVC I am opening one view from another view. The first view sends two values to the …

asp.net-mvc textbox html-select actionlink html.textboxfor
ASP MVC 3 RequireHttps attribute change all links to https

I have an ASP MVC 3 website that has a Feedback form and should require SSL. Now, I have an action …

asp.net-mvc hyperlink actionlink requirehttps
ASP.NET MVC Html.ActionLink result URL - the way of encoding

I create an amount of actions in MVC controllers. public ActionResult DoSmth1(string token) public ActionResult DoAnother2(string token) And …

.net asp.net-mvc routing html-helper actionlink