IPageApplicationModelProvider 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.
Builds or modifies an PageApplicationModelProviderContext for Razor Page discovery.
public interface class IPageApplicationModelProvider
public interface IPageApplicationModelProvider
type IPageApplicationModelProvider = interface
Public Interface IPageApplicationModelProvider
Properties
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
Methods
OnProvidersExecuted(PageApplicationModelProviderContext) |
Executed for the second pass of building PageApplicationModel instances. See Order. |
OnProvidersExecuting(PageApplicationModelProviderContext) |
Executed for the first pass of building PageApplicationModel instances. See Order. |