Class EmailActivationBody
Represents the email activation body information.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class EmailActivationBody
Properties
AppUrl
Gets or sets the URL of the application.
Declaration
public string AppUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Gets or sets the email address.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailConfirmUrl
Gets or sets the URL for confirming the email address.
Declaration
public string EmailConfirmUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
FromName
Gets or sets the name of the sender.
Declaration
public string FromName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsUserName
Gets or sets a value indicating whether the user name should be displayed in the email.
Declaration
public bool IsUserName { get; set; }
Property Value
Type | Description |
---|---|
bool |
UserName
Gets or sets the user name.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |