PhoneNumberTokenProvider<TUser, TKey>.MessageFormat Property

 

Gets or sets the message contents which should contain a format 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 MessageFormat { get; set; }
public:
property String^ MessageFormat {
    String^ get();
    void set(String^ value);
}
member MessageFormat : string with get, set
Public Property MessageFormat As String

Property Value

Type: System.String

The message contents which should contain a format string which the token will be the only argument.

See Also

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

Return to top