次の方法で共有


CompiledPageActionDescriptorProvider クラス

定義

IActionDescriptorProviderビルド時にコンパイルされた Razor Pages の 。

public sealed class CompiledPageActionDescriptorProvider : Microsoft.AspNetCore.Mvc.Abstractions.IActionDescriptorProvider
type CompiledPageActionDescriptorProvider = class
    interface IActionDescriptorProvider
Public NotInheritable Class CompiledPageActionDescriptorProvider
Implements IActionDescriptorProvider
継承
CompiledPageActionDescriptorProvider
実装

コンストラクター

CompiledPageActionDescriptorProvider(IEnumerable<IPageRouteModelProvider>, IEnumerable<IPageApplicationModelProvider>, ApplicationPartManager, IOptions<MvcOptions>, IOptions<RazorPagesOptions>)

CompiledPageActionDescriptorProvider の新しいインスタンスを初期化します。

プロパティ

Order

プロバイダーの実行順序を決定するための順序値を取得します。 プロバイダーは、 プロパティの昇順の Order 数値で実行されます。

メソッド

OnProvidersExecuted(ActionDescriptorProviderContext)

すべてのプロバイダーのメソッドが呼び出された後、 OnProvidersExecuting(ActionDescriptorProviderContext) プロバイダーを実行するために呼び出されます。 Order の実行順序の詳細については、 を参照 OnProvidersExecuted(ActionDescriptorProviderContext)してください。

OnProvidersExecuting(ActionDescriptorProviderContext)

プロバイダーを実行するために呼び出されます。 Order の実行順序の詳細については、 を参照 OnProvidersExecuting(ActionDescriptorProviderContext)してください。

適用対象