MailToExtensions Class
Provides mailing extensions for the ASP.NET.MVC.
Namespace: Microsoft.Web.Mvc
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.MailToExtensions
Syntax
public static class MailToExtensions
[ExtensionAttribute]
public ref class MailToExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type MailToExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class MailToExtensions
Methods
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top