CompiledPageActionDescriptorProvider Class

Definition

A IActionDescriptorProvider for build-time compiled Razor Pages.

C#
public sealed class CompiledPageActionDescriptorProvider : Microsoft.AspNetCore.Mvc.Abstractions.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).

Applies to

Produkt Verzie
ASP.NET Core 6.0, 7.0, 8.0, 9.0