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