ValidationAttributeAdapter<TAttribute> 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 implementation of IClientModelValidator which understands data annotation attributes.
generic <typename TAttribute>
where TAttribute : ValidationAttributepublic ref class ValidationAttributeAdapter abstract : Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator
public abstract class ValidationAttributeAdapter<TAttribute> : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator where TAttribute : ValidationAttribute
type ValidationAttributeAdapter<'Attribute (requires 'Attribute :> ValidationAttribute)> = class
interface IClientModelValidator
Public MustInherit Class ValidationAttributeAdapter(Of TAttribute)
Implements IClientModelValidator
Type Parameters
- TAttribute
The type of the attribute.
- Inheritance
-
ValidationAttributeAdapter<TAttribute>
- Derived
- Implements
Constructors
ValidationAttributeAdapter<TAttribute>(TAttribute, IStringLocalizer) |
Create a new instance of ValidationAttributeAdapter<TAttribute>. |
Properties
Attribute |
Gets the |
Methods
AddValidation(ClientModelValidationContext) |
Called to add client-side model validation. |
GetErrorMessage(ModelMetadata, Object[]) |
Gets the error message formatted using the Attribute. |
MergeAttribute(IDictionary<String,String>, String, String) |
Adds the given |