vote up 1 vote down star

Is something like Url.Action<TController>(...) or Html.ActionLink<TController>(...) in MvcContrib?

I see the FluentHtml stuff for forms, but I don't see the same concept applied to urls.

This post on CodePlex said it was added, but I don't see it in the source anywhere. Any help would be great.

Edit:

Also, I have read this, but would like to know specifically about MvcContrib.

flag

75% accept rate
That post on codeplex didn't say it's added - there's just a workaround. – Arnis L. Aug 26 at 10:59
And here is similar question: stackoverflow.com/questions/668319/… – Arnis L. Aug 26 at 11:11
The CodePlex is a little confusing then since it says, "Added in revision 967". Also, I have that link in my original post, but thank you for your comments. – blu Aug 26 at 13:19

2 Answers

vote up 2 vote down check

I think that is part of the Futures: "ASP.NET MVC Futures Assembly"

link|flag
vote up 0 vote down

jeef3 is correct, it is part of the ASP.NET MVC Futures. Mvccontrib has a dependency on it, so if you are using that library you already have it in your project.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.