Search code examples
asp.net-mvcmailto

What happened to Html.Mailto from MVC preview to final?


In some of the previews, there was an HTML-helper method for building mailto-links.

http://blog.wekeroad.com/2007/12/05/aspnet-mvc-preview-using-the-mvc-ui-helpers/

I am not able to find that in the final release. Am I missing something?


Solution

  • I know they removed some of those HTMLHelpers from the final version. That might be one of them. Previews are generally notorious for changes. You might want to look at the MvcFutures project.

    http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471