Class RegisterDto
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class RegisterDto : ExtensibleObject
Constructors
RegisterDto()
Declaration
Properties
AppName
Declaration
[Required]
public string AppName { get; set; }
Property Value
CaptchaResponse
Declaration
public string CaptchaResponse { get; set; }
Property Value
EmailAddress
Declaration
[Required]
[EmailAddress]
public string EmailAddress { get; set; }
Property Value
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
ReturnUrl
Declaration
public string ReturnUrl { get; set; }
Property Value
ReturnUrlHash
Declaration
public string ReturnUrlHash { get; set; }
Property Value
UserName
Declaration
[Required]
public string UserName { get; set; }
Property Value