EmailTokenProvider<TUser, TKey>.BodyFormat Property

 

Gets or sets the e-mail body which should contain a formatted string which the token will be the only argument.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public string BodyFormat { get; set; }
public:
property String^ BodyFormat {
    String^ get();
    void set(String^ value);
}
member BodyFormat : string with get, set
Public Property BodyFormat As String

Property Value

Type: System.String

The e-mail body which should contain a formatted string which the token will be the only argument.

See Also

EmailTokenProvider<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top