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