Class CreateModalModel
Inherited Members
Namespace: Volo.Forms.Web.Pages.Forms
Assembly: Volo.Forms.Web.dll
Syntax
public class CreateModalModel : FormsPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
CreateModalModel(IFormAppService)
Declaration
public CreateModalModel(IFormAppService formAppService)
Parameters
Type | Name | Description |
---|---|---|
IFormAppService | formAppService |
Properties
Form
Declaration
[BindProperty]
public CreateFormDto Form { get; set; }
Property Value
Type | Description |
---|---|
CreateFormDto |
FormAppService
Declaration
protected IFormAppService FormAppService { get; }
Property Value
Type | Description |
---|---|
IFormAppService |
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |