Class RegisterModel.PostInput
Inheritance
System.Object
RegisterModel.PostInput
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class PostInput
Properties
EmailAddress
Declaration
[Required]
[EmailAddress]
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserName
Declaration
[Required]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |