Class SendModalModel
Inheritance
SendModalModel
Assembly: Volo.Forms.Web.dll
Syntax
public class SendModalModel : FormsPageModel
Constructors
SendModalModel(IFormAppService, IHttpContextAccessor)
Declaration
public SendModalModel(IFormAppService formAppService, IHttpContextAccessor httpContextAccessor)
Parameters
Properties
Form
Declaration
[BindProperty]
public SendModalModel.SendFormInfoModel Form { get; set; }
Property Value
FormAppService
Declaration
protected IFormAppService FormAppService { get; }
Property Value
HttpContextAccessor
Declaration
protected IHttpContextAccessor HttpContextAccessor { get; }
Property Value
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns