IPageRouteModelProvider Interface
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
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
On |
Executed for the second pass of building PageRouteModel instances. See Order. |
On |
Executed for the first pass of building PageRouteModel instances. See Order. |