FeatureConvention.

Apply(ControllerModel) Method

Summary

Called to apply the convention to the Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel.

Syntax

public void Apply(ControllerModel controller)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
controller ControllerModel The Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel.

Return Value

Type Description
void