IPageActivatorProvider インターフェイス

定義

Razor ページを作成するメソッドを提供します。

public interface class IPageActivatorProvider
public interface IPageActivatorProvider
type IPageActivatorProvider = interface
Public Interface IPageActivatorProvider
派生

メソッド

CreateActivator(CompiledPageActionDescriptor)

Razor ページ アクティベーターを作成します。

CreateAsyncReleaser(CompiledPageActionDescriptor)

Razor ページを非同期的に解放します。

CreateReleaser(CompiledPageActionDescriptor)

Razor ページを解放します。

適用対象