ASP.NET MVC - How to get an URL instead of an action link?

armadodigital

New Member
I want to embed a URL in an applet parameter.The only way I know to create automatically the URL is \[code\]Html.ActionLink()\[/code\], but I want only the inner \[code\]HREF\[/code\] attribute, not the whole link.Is there another way to get what I wan't, other that using \[code\]Regex\[/code\] on the output of \[code\]ActionLink()\[/code\] to get the \[code\]HREF\[/code\] attribute?
 
Back
Top