IPageFactoryProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |