IParameterModelConvention Interface¶
Allows customization of the of the Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel.
- Namespace
Microsoft.AspNetCore.Mvc.ApplicationModels- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public interface IParameterModelConvention
-
interface
Microsoft.AspNetCore.Mvc.ApplicationModels.IParameterModelConvention
Methods¶
-
Apply(Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel)¶ Called to apply the convention to the
Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel.Arguments: parameter (Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel) – The Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel.void Apply(ParameterModel parameter)
-