Class IndexModel
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class IndexModel : PaymentPageModel
Constructors
IndexModel(IPlanAdminAppService)
Declaration
public IndexModel(IPlanAdminAppService planAdminAppService)
Parameters
Properties
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Plan
Declaration
public PlanDto Plan { get; set; }
Property Value
PlanAdminAppService
Declaration
protected IPlanAdminAppService PlanAdminAppService { get; }
Property Value
Methods
OnGetAsync()
Declaration
Returns