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