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
System_CAPS_pubmethodSystem_CAPS_static Mailto(HtmlHelper, String, String)

Mails to the specified extensions using the helper, link text and email address.

System_CAPS_pubmethodSystem_CAPS_static Mailto(HtmlHelper, String, String, IDictionary<String, Object>)

Mails to the specified extensions using the helper, link text, email address and html attributes.

System_CAPS_pubmethodSystem_CAPS_static Mailto(HtmlHelper, String, String, Object)

Mails to the specified extensions using the helper, link text, email address and html attributes.

System_CAPS_pubmethodSystem_CAPS_static Mailto(HtmlHelper, String, String, String)

Mails to the specified extensions using the helper, link text, email address and subject.

System_CAPS_pubmethodSystem_CAPS_static Mailto(HtmlHelper, String, String, String, IDictionary<String, Object>)

Mails to the specified extensions using the helper, link text, email address, subject and html attributes.

System_CAPS_pubmethodSystem_CAPS_static Mailto(HtmlHelper, String, String, String, Object)

Mails to the specified extensions using the helper, link text, email address, subject and html attributes.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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

Microsoft.Web.Mvc Namespace

Return to top