IParameterModelBaseConvention Interface

Definition

Allows customization of the properties and parameters on controllers and Razor Pages.

public interface class IParameterModelBaseConvention
public interface IParameterModelBaseConvention
type IParameterModelBaseConvention = interface
Public Interface IParameterModelBaseConvention

Remarks

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.

Applies to