DataWeb
Search Results for

    Show / Hide Table of Contents

    Class EmailActivationBody

    Represents the email activation body information.

    Inheritance
    object
    EmailActivationBody
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Email

    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
    In this article
    Back to top Generated by DocFX