Show / Hide Table of Contents

Class AccountEmailTemplates

Inheritance
object
AccountEmailTemplates
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Emailing.Templates
Assembly: Volo.Abp.Account.Application.dll
Syntax
public static class AccountEmailTemplates

Fields

EmailConfirmationLink

Declaration
public const string EmailConfirmationLink = "Abp.Account.EmailConfirmationLink"
Field Value
Type Description
string

EmailSecurityCode

Declaration
public const string EmailSecurityCode = "Abp.Account.EmailSecurityCode"
Field Value
Type Description
string

PasswordResetLink

Declaration
public const string PasswordResetLink = "Abp.Account.PasswordResetLink"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform