MailToExtensions Class
Provides mailing extensions for the ASP.NET.MVC.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Mailto(HtmlHelper, String, String) | Mails to the specified extensions using the helper, link text and email address. |
![]() ![]() | Mailto(HtmlHelper, String, String, IDictionary<String, Object>) | Mails to the specified extensions using the helper, link text, email address and html attributes. |
![]() ![]() | Mailto(HtmlHelper, String, String, Object) | Mails to the specified extensions using the helper, link text, email address and html attributes. |
![]() ![]() | Mailto(HtmlHelper, String, String, String) | Mails to the specified extensions using the helper, link text, email address and subject. |
![]() ![]() | Mailto(HtmlHelper, String, String, String, IDictionary<String, Object>) | Mails to the specified extensions using the helper, link text, email address, subject and html attributes. |
![]() ![]() | Mailto(HtmlHelper, String, String, String, Object) | Mails to the specified extensions using the helper, link text, email address, subject and html attributes. |
![]() ![]() | Mailto(HtmlHelper, String, String, String, String, String, String, IDictionary<String, Object>) | Mails to the specified extensions using the helper, link text, email address, subject, body, cc, bcc, and html attributes. |
![]() ![]() | Mailto(HtmlHelper, String, String, String, String, String, String, Object) | Mails to the specified extensions using the helper, link text, email address, subject, body, cc, bcc, and html attributes. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

