IControllerModelConvention.Apply(ControllerModel) Method

Definition

Called to apply the convention to the ControllerModel.

public:
 void Apply(Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^ controller);
public void Apply (Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller);
abstract member Apply : Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel -> unit
Public Sub Apply (controller As ControllerModel)

Parameters

Applies to