Show / Hide Table of Contents

Class SendModalModel

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

Constructors

SendModalModel(IFormAppService, IHttpContextAccessor)

Declaration
public SendModalModel(IFormAppService formAppService, IHttpContextAccessor httpContextAccessor)
Parameters
Type Name Description
IFormAppService formAppService
IHttpContextAccessor httpContextAccessor

Properties

Form

Declaration
[BindProperty]
public SendModalModel.SendFormInfoModel Form { get; set; }
Property Value
Type Description
SendModalModel.SendFormInfoModel

FormAppService

Declaration
protected IFormAppService FormAppService { get; }
Property Value
Type Description
IFormAppService

HttpContextAccessor

Declaration
protected IHttpContextAccessor HttpContextAccessor { get; }
Property Value
Type Description
IHttpContextAccessor

Id

Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Type Description
Guid

Methods

OnGetAsync()

Declaration
public virtual Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft