CompiledPageActionDescriptorProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IActionDescriptorProviderビルド時にコンパイルされた Razor Pages の 。
public sealed class CompiledPageActionDescriptorProvider : Microsoft.AspNetCore.Mvc.Abstractions.IActionDescriptorProvider
type CompiledPageActionDescriptorProvider = class
interface IActionDescriptorProvider
Public NotInheritable Class CompiledPageActionDescriptorProvider
Implements IActionDescriptorProvider
- 継承
-
CompiledPageActionDescriptorProvider
- 実装
コンストラクター
プロパティ
Order |
プロバイダーの実行順序を決定するための順序値を取得します。 プロバイダーは、 プロパティの昇順の Order 数値で実行されます。 |
メソッド
OnProvidersExecuted(ActionDescriptorProviderContext) |
すべてのプロバイダーのメソッドが呼び出された後、 OnProvidersExecuting(ActionDescriptorProviderContext) プロバイダーを実行するために呼び出されます。 Order の実行順序の詳細については、 を参照 OnProvidersExecuted(ActionDescriptorProviderContext)してください。 |
OnProvidersExecuting(ActionDescriptorProviderContext) |
プロバイダーを実行するために呼び出されます。 Order の実行順序の詳細については、 を参照 OnProvidersExecuting(ActionDescriptorProviderContext)してください。 |