Aracılığıyla paylaş


IHtmlGenerator.GenerateValidationSummary Yöntem

Tanım

Doğrulama hatalarının <listesini içeren bir div> öğesi oluşturur.

public:
 Microsoft::AspNetCore::Mvc::Rendering::TagBuilder ^ GenerateValidationSummary(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext, bool excludePropertyErrors, System::String ^ message, System::String ^ headerTag, System::Object ^ htmlAttributes);
public Microsoft.AspNetCore.Mvc.Rendering.TagBuilder GenerateValidationSummary (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, bool excludePropertyErrors, string message, string headerTag, object htmlAttributes);
abstract member GenerateValidationSummary : Microsoft.AspNetCore.Mvc.Rendering.ViewContext * bool * string * string * obj -> Microsoft.AspNetCore.Mvc.Rendering.TagBuilder
Public Function GenerateValidationSummary (viewContext As ViewContext, excludePropertyErrors As Boolean, message As String, headerTag As String, htmlAttributes As Object) As TagBuilder

Parametreler

viewContext
ViewContext
excludePropertyErrors
Boolean
message
String
headerTag
String
htmlAttributes
Object

Bir Object yol için parametreleri içeren. parametreleri, yansıma aracılığıyla, özelliklerini Objectinceleyerek alınır. Bu Object genellikle başlatıcı söz dizimi kullanılarak Object oluşturulur. Alternatif olarak, yol parametrelerini içeren bir IDictionary<TKey,TValue> örnek.

Döndürülenler

Şunlara uygulanır