IPageRouteModelConvention.Apply(PageRouteModel) Method
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.
Called to apply the convention to the PageRouteModel.
public:
void Apply(Microsoft::AspNetCore::Mvc::ApplicationModels::PageRouteModel ^ model);
public void Apply (Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel model);
abstract member Apply : Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel -> unit
Public Sub Apply (model As PageRouteModel)
Parameters
- model
- PageRouteModel
The PageRouteModel.