HtmlHelper.GenerateValidationSummary(Boolean, String, Object, String) 메서드

정의

유효성 검사 요약을 생성합니다.

protected:
 virtual Microsoft::AspNetCore::Html::IHtmlContent ^ GenerateValidationSummary(bool excludePropertyErrors, System::String ^ message, System::Object ^ htmlAttributes, System::String ^ tag);
protected virtual Microsoft.AspNetCore.Html.IHtmlContent GenerateValidationSummary (bool excludePropertyErrors, string message, object htmlAttributes, string tag);
abstract member GenerateValidationSummary : bool * string * obj * string -> Microsoft.AspNetCore.Html.IHtmlContent
override this.GenerateValidationSummary : bool * string * obj * string -> Microsoft.AspNetCore.Html.IHtmlContent
Protected Overridable Function GenerateValidationSummary (excludePropertyErrors As Boolean, message As String, htmlAttributes As Object, tag As String) As IHtmlContent

매개 변수

excludePropertyErrors
Boolean

속성 오류를 제외할지 여부입니다.

message
String

유효성 검사 메시지입니다.

htmlAttributes
Object

Object 요소에 대한 HTML 특성을 포함하는 입니다. IDictionary<TKey,TValue> 또는 HTML 특성을 포함하는 instance.

tag
String

태그.

반환

IHtmlContent

적용 대상