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