CompiledPageActionDescriptorProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A IActionDescriptorProvider for build-time compiled Razor Pages.
public sealed class CompiledPageActionDescriptorProvider : Microsoft.AspNetCore.Mvc.Abstractions.IActionDescriptorProvider
type CompiledPageActionDescriptorProvider = class
interface IActionDescriptorProvider
Public NotInheritable Class CompiledPageActionDescriptorProvider
Implements IActionDescriptorProvider
- Inheritance
-
CompiledPageActionDescriptorProvider
- Implements
Constructors
Properties
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
Methods
OnProvidersExecuted(ActionDescriptorProviderContext) |
Called to execute the provider, after the OnProvidersExecuting(ActionDescriptorProviderContext) methods of all providers, have been called. Order for details on the order of execution of OnProvidersExecuted(ActionDescriptorProviderContext). |
OnProvidersExecuting(ActionDescriptorProviderContext) |
Called to execute the provider. Order for details on the order of execution of OnProvidersExecuting(ActionDescriptorProviderContext). |