Class PreviewModel
Assembly: Volo.Forms.Web.dll
Syntax
public class PreviewModel : FormsPageModel
Constructors
PreviewModel(IFormAppService)
Declaration
public PreviewModel(IFormAppService formAppService)
Parameters
Properties
Id
Declaration
[Required]
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns