Class CreateModal
Inherited Members
Namespace: Volo.Abp.OpenIddict.Pro.Web.Pages.OpenIddict.Scopes
Assembly: Volo.Abp.OpenIddict.Pro.Web.dll
Syntax
public class CreateModal : OpenIddictProPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
CreateModal(IScopeAppService)
Declaration
public CreateModal(IScopeAppService scopeAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IScopeAppService | scopeAppService |
Properties
Scope
Declaration
[BindProperty]
public ScopeCreateModalView Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| ScopeCreateModalView |
ScopeAppService
Declaration
protected virtual IScopeAppService ScopeAppService { get; }
Property Value
| Type | Description |
|---|---|
| IScopeAppService |
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |