Class CreateModalModel
Inheritance
CreateModalModel
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class CreateModalModel : PaymentPageModel
Constructors
CreateModalModel(IPlanAdminAppService)
Declaration
public CreateModalModel(IPlanAdminAppService planAdminAppService)
Parameters
Properties
PlanAdminAppService
Declaration
protected IPlanAdminAppService PlanAdminAppService { get; }
Property Value
ViewModel
Declaration
[BindProperty]
public CreateModalModel.PlanCreateViewModel ViewModel { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
public Task<IActionResult> OnPostAsync()
Returns