Freigeben über


ValidationHtmlAttributeProvider.AddValidationAttributes Methode

Definition

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

public:
 abstract void AddValidationAttributes(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext, Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ attributes);
public abstract void AddValidationAttributes (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer, System.Collections.Generic.IDictionary<string,string> attributes);
abstract member AddValidationAttributes : Microsoft.AspNetCore.Mvc.Rendering.ViewContext * Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * System.Collections.Generic.IDictionary<string, string> -> unit
Public MustOverride 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.

Hinweise

Fügt nichts hinzu, wenn die attributes clientseitige Validierung deaktiviert ist.

Gilt für: