IParameterModelConvention Interface
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.
Allows customization of the ParameterModel.
public interface class IParameterModelConvention
public interface IParameterModelConvention
type IParameterModelConvention = interface
Public Interface IParameterModelConvention
Remarks
To use this interface, create an Attribute class which implements the interface and place it on an action method parameter.
IParameterModelConvention customizations run after IActionModelConvention customizations.
Methods
Apply(ParameterModel) |
Called to apply the convention to the ParameterModel. |