In an ASP.NET MVC view I\'d like to include a link of the form:
Link text with further descriptive text
You could use Url.Action to build the link for you:
">link text with further blablah
or use Html.BuildUrlFromExpression:
text text