Show / Hide Table of Contents

Class RegisterDto

Inheritance
object
RegisterDto
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class RegisterDto : ExtensibleObject

Constructors

RegisterDto()

Declaration
public RegisterDto()

Properties

AppName

Declaration
[Required]
public string AppName { get; set; }
Property Value
Type Description
string

CaptchaResponse

Declaration
public string CaptchaResponse { get; set; }
Property Value
Type Description
string

EmailAddress

Declaration
[Required]
[EmailAddress]
public string EmailAddress { get; set; }
Property Value
Type Description
string

Password

Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
Type Description
string

ReturnUrl

Declaration
public string ReturnUrl { get; set; }
Property Value
Type Description
string

ReturnUrlHash

Declaration
public string ReturnUrlHash { get; set; }
Property Value
Type Description
string

UserName

Declaration
[Required]
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft