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