Show / Hide Table of Contents

Class CreateModalModel

Inheritance
object
FormsPageModel
CreateModalModel
Namespace: Volo.Forms.Web.Pages.Forms
Assembly: Volo.Forms.Web.dll
Syntax
public class CreateModalModel : FormsPageModel

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>
In this article
Back to top Powered by Volosoft