Freigeben über


DefaultValidationHtmlAttributeProvider.AddValidationAttributes Methode

Definition

Fügt validierungsbezogene HTML-Attribute hinzu, wenn die attributes Clientvalidierung aktiviert ist.

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))

Parameter

viewContext
ViewContext

Ein ViewContext instance für den aktuellen Bereich.

modelExplorer
ModelExplorer

Die ModelExplorer für einen Ausdruck.

attributes
IDictionary<String,String>

Die Dictionary<TKey,TValue> , die die Validierungsattribute empfangen soll. Ordnet die Namen der Validierungsattribut ihren String Werten zu. Werte müssen HTML-codiert sein, bevor sie in ein HTML-Dokument oder eine Antwort geschrieben werden.

Gilt für: