IPageHandlerModelConvention.Apply(PageHandlerModel) 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 PageHandlerModel.
public:
void Apply(Microsoft::AspNetCore::Mvc::ApplicationModels::PageHandlerModel ^ model);
public void Apply (Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel model);
abstract member Apply : Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel -> unit
Public Sub Apply (model As PageHandlerModel)
Parameters
- model
- PageHandlerModel
The PageHandlerModel.