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
'Declaration
Public Property BodyFormat As String
Get
Set
'Usage
Dim instance As EmailTokenProvider
Dim value As String
value = instance.BodyFormat
instance.BodyFormat = value
public string BodyFormat { get; set; }
public:
property String^ BodyFormat {
String^ get ();
void set (String^ value);
}
member BodyFormat : string with get, set
function get BodyFormat () : String
function set BodyFormat (value : 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
Reference
EmailTokenProvider<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace