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