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