IParameterModelBaseConvention 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 properties and parameters on controllers and Razor Pages.
public interface class IParameterModelBaseConventionpublic interface IParameterModelBaseConventiontype IParameterModelBaseConvention = interfacePublic Interface IParameterModelBaseConventionRemarks
To use this interface, create an Attribute class which implements the interface and place it on an action method parameter.
Methods
| Apply(ParameterModelBase) | Called to apply the convention to the ParameterModelBase. |