Class PaymentAdminPageBase
Implements
Inherited Members
Namespace: Volo.Payment.Admin.Web.Pages
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class PaymentAdminPageBase : Page, IRazorPage
Constructors
PaymentAdminPageBase()
Declaration
public PaymentAdminPageBase()
Properties
L
Declaration
[RazorInject]
public IStringLocalizer<PaymentResource> L { get; set; }
Property Value
Type | Description |
---|---|
IStringLocalizer<PaymentResource> |
PageLayout
Declaration
[RazorInject]
public IPageLayout PageLayout { get; set; }
Property Value
Type | Description |
---|---|
IPageLayout |
Methods
ExecuteAsync()
Declaration
public override Task ExecuteAsync()
Returns
Type | Description |
---|---|
Task |