IPageRouteModelProvider 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 PageRouteModelProviderContext for Razor Page routing.
public interface class IPageRouteModelProvider
public interface IPageRouteModelProvider
type IPageRouteModelProvider = interface
Public Interface IPageRouteModelProvider
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(PageRouteModelProviderContext) |
Executed for the second pass of building PageRouteModel instances. See Order. |
OnProvidersExecuting(PageRouteModelProviderContext) |
Executed for the first pass of building PageRouteModel instances. See Order. |