up vote 1 down vote favorite
share [g+] share [fb]

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.

link|improve this question

75% accept rate
That post on codeplex didn't say it's added - there's just a workaround. – Arnis L. Aug 26 '09 at 10:59
And here is similar question: stackoverflow.com/questions/668319/… – Arnis L. Aug 26 '09 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 '09 at 13:19
feedback

2 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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