Show / Hide Table of Contents

Class RegisterModel.PostInput

Inheritance
object
RegisterModel.PostInput
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.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class RegisterModel.PostInput

Constructors

PostInput()

Declaration
public PostInput()

Properties

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

UserName

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