IPageFactoryProvider Interface

Definition

Provides methods for creation and disposal of Razor pages.

public interface class IPageFactoryProvider
public interface IPageFactoryProvider
type IPageFactoryProvider = interface
Public Interface IPageFactoryProvider
Derived

Methods

CreateAsyncPageDisposer(CompiledPageActionDescriptor)

Releases a Razor page asynchronously.

CreatePageDisposer(CompiledPageActionDescriptor)

Releases a Razor page.

CreatePageFactory(CompiledPageActionDescriptor)

Creates a factory for producing Razor pages for the specified PageContext.

Applies to