Поделиться через


ValidationHtmlAttributeProvider.AddValidationAttributes Метод

Определение

Добавляет html-атрибуты, связанные с проверкой, в параметр , attributes если проверка клиента включена.

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

Параметры

viewContext
ViewContext

Экземпляр ViewContext текущего область.

modelExplorer
ModelExplorer

Для ModelExplorer выражения.

attributes
IDictionary<String,String>

Объект Dictionary<TKey,TValue> для получения атрибутов проверки. Сопоставляет имена атрибутов проверки со значениями.String Значения должны быть закодированы в ФОРМАТЕ HTML перед записью в HTML-документ или ответ.

Комментарии

Ничего не добавляет, attributes если проверка на стороне клиента отключена.

Применяется к