InvalidModelStateFilterConvention Class
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.
An IActionModelConvention that adds a IFilterMetadata to ActionModel that responds to invalid ModelState
public ref class InvalidModelStateFilterConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IActionModelConvention
public class InvalidModelStateFilterConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IActionModelConvention
type InvalidModelStateFilterConvention = class
interface IActionModelConvention
Public Class InvalidModelStateFilterConvention
Implements IActionModelConvention
- Inheritance
-
InvalidModelStateFilterConvention
- Implements
Constructors
| InvalidModelStateFilterConvention() |
Methods
| Apply(ActionModel) |
Called to apply the convention to the ActionModel. |
| ShouldApply(ActionModel) |
Called to determine whether the action should apply. |