Class SendPasswordResetCodeDto
Inheritance
System.Object
SendPasswordResetCodeDto
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public class SendPasswordResetCodeDto : object
Properties
AppName
Declaration
public string AppName { get; set; }
Property Value
Type |
Description |
System.String |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
ReturnUrl
Declaration
public string ReturnUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ReturnUrlHash
Declaration
public string ReturnUrlHash { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods