Top "Html.actionlink" questions

html.

Using HTML tags inside linkText of Html.ActionLink

Is it possible to use HTML tags in the linkText of Html.ActionLink? For instance, if I wanted to bold …

asp.net-mvc actionlink html.actionlink
Using Html.ActionLink and Url.Action(...) from inside Controller

I want to write an HtmlHelper to render an ActionLink with pre-set values, eg. <%=Html.PageLink("Page 1", "page-slug");%> …

asp.net-mvc html-helper actionlink urlhelper html.actionlink
ASP.NET MVC 4 Passing Object Variable Through ActionLink

I have an ASP.NET MVC 4 application. There is a razor view in my application that works with List type …

asp.net-mvc-4 razor html.actionlink
How to use MVC 3 @Html.ActionLink inside c# code

I want to call the @Html.ActionLink method inside a c# function to return a string with a link on …

c# asp.net-mvc asp.net-mvc-3 model-view-controller html.actionlink
MVC 4 Ajax.Action link won t work

I am trying to make a MVC website with Ajax call. I have no problem using directly jquery, but when …

c# razor asp.net-ajax asp.net-mvc-4 html.actionlink
How to set Dynamic title of @Html.ActionLink from Controller?

i have @Html.ActionLink("Remove 1034, 1035, 1036", "RemoveSelected") Now i want to set each id from Controller for example: @Html.ActionLink(ViewBag.…

asp.net asp.net-mvc dynamic viewbag html.actionlink
ASP MVC3 insert html tag inside actionlink

I'm new to the ASP MVC3 and I'm using Razor Engine. My broplem is that I've build my main navigation …

asp.net-mvc asp.net-mvc-3 razor html.actionlink
pass object through @Html.ActionLink with click

What I'm trying to do is pass the item that was clicked to the controller for editing but the only …

asp.net-mvc asp.net-mvc-4 html.actionlink
Get current action and controller and use it as a variable in an Html.ActionLink?

I need to be able to dynamically retrieve the current action and controller name of whatever page you're on, and …

asp.net-mvc controller toggle asp.net-mvc-areas html.actionlink