Class FormElementsDemoModel.InformMeModel
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.Views.Components.Themes.Shared.Demos.FormElementsDemo
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class FormElementsDemoModel.InformMeModel
Constructors
InformMeModel()
Declaration
public InformMeModel()
Properties
CheckMeOut
Declaration
public bool CheckMeOut { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |