1

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.

3
  • That post on codeplex didn't say it's added - there's just a workaround. Commented Aug 26, 2009 at 10:59
  • And here is similar question: stackoverflow.com/questions/668319/… Commented Aug 26, 2009 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. Commented Aug 26, 2009 at 13:19

2 Answers 2

3

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

Sign up to request clarification or add additional context in comments.

1 Comment

I can't seem to find this feature in the MVC4Futures nuget package. Was it removed?
0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.