Class SendPasswordResetCodeDto
Inheritance
SendPasswordResetCodeDto
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public class SendPasswordResetCodeDto
Constructors
SendPasswordResetCodeDto()
Declaration
public SendPasswordResetCodeDto()
Properties
AppName
Declaration
[Required]
public string AppName { get; set; }
Property Value
Email
Declaration
[Required]
[EmailAddress]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxEmailLength", null)]
public string Email { get; set; }
Property Value
ReturnUrl
Declaration
public string ReturnUrl { get; set; }
Property Value
ReturnUrlHash
Declaration
public string ReturnUrlHash { get; set; }
Property Value
Extension Methods