DefaultValidationHtmlAttributeProvider.AddValidationAttributes Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute des attributs HTML liés à la validation au si la attributes
validation du client est activée.
public:
override void AddValidationAttributes(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext, Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ attributes);
public override void AddValidationAttributes (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer, System.Collections.Generic.IDictionary<string,string> attributes);
override this.AddValidationAttributes : Microsoft.AspNetCore.Mvc.Rendering.ViewContext * Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * System.Collections.Generic.IDictionary<string, string> -> unit
Public Overrides Sub AddValidationAttributes (viewContext As ViewContext, modelExplorer As ModelExplorer, attributes As IDictionary(Of String, String))
Paramètres
- viewContext
- ViewContext
Une ViewContext instance pour l’étendue actuelle.
- modelExplorer
- ModelExplorer
pour ModelExplorer une expression.
- attributes
- IDictionary<String,String>
Dictionary<TKey,TValue> pour recevoir les attributs de validation. Mappe les noms d’attributs de validation à leurs String valeurs. Les valeurs doivent être encodées au format HTML avant d’être écrites dans un document ou une réponse HTML.