Top "Actionlink" questions

In ASP.

What's the difference between RouteLink and ActionLink in ASP.NET MVC?

I think that the title pretty much sums it up: What's the difference between RouteLink() and ActionLink() in ASP.NET …

.net asp.net-mvc html-helper actionlink routelink
asp.net mvc Html.ActionLink() keeping route value I don't want

I have the following ActionLink in my view <%= Html.ActionLink("LinkText", "Action", "Controller"); %> and it creates the following …

asp.net-mvc actionlink
MVC make action link perform a submit

I am currently trying to make an html submit occur, but using the MVC helper method ActionLink as I do …

c# asp.net-mvc actionlink
Create an ActionLink with HTML elements in the link text

In an ASP.NET MVC view I'd like to include a link of the form: <a href="blah">…

asp.net-mvc actionlink
ASP.NET MVC - Pass array object as a route value within Html.ActionLink(...)

I have a method that returns an array (string[]) and I'm trying to pass this array of strings into an …

asp.net-mvc arrays actionlink routes
ASP.NET MVC 3 (Razor) Ajax.ActionLink - What am i doing wrong?

Trying to have a AJAX action link which when clicked, should do a HttpGet to an action method which returns …

asp.net-mvc ajax asp.net-mvc-3 razor actionlink
how to insert image in html action link? asp.net mvc

I have navigation and many link on my webproject from html action links. They are ugly with underline. I would …

c# asp.net-mvc actionlink
How to create an (image) Header logo with MVC(4)

I'm struggling with an Razor syntax with MVC (4), hoping to find someone who can help me with a nice and …

asp.net-mvc razor header actionlink graphical-logo
ASP.NET MVC - How to get an URL instead of an action link?

I want to embed a URL in an applet parameter. The only way I know to create automatically the URL …

asp.net-mvc href actionlink
Image button in ActionLink MVC

How to put image instead text in ActionLink button: @Html.ActionLink("Edit-link", "Edit", new { id=use.userID }) So how to …

asp.net-mvc image actionlink