ValidationExtensions.ValidationSummary 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ValidationSummary(HtmlHelper, String, Object, String)
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, string message, object htmlAttributes, string headingTag);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * string * obj * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, message As String, htmlAttributes As Object, headingTag As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
- message
- String
- htmlAttributes
- Object
- headingTag
- String
반환
적용 대상
ValidationSummary(HtmlHelper, String, IDictionary<String,Object>, String)
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, string message, System.Collections.Generic.IDictionary<string,object> htmlAttributes, string headingTag);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * string * System.Collections.Generic.IDictionary<string, obj> * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, message As String, htmlAttributes As IDictionary(Of String, Object), headingTag As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
- message
- String
- htmlAttributes
- IDictionary<String,Object>
- headingTag
- String
반환
적용 대상
ValidationSummary(HtmlHelper, Boolean, String, String)
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors, string message, string headingTag);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool * string * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean, message As String, headingTag As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
- excludePropertyErrors
- Boolean
- message
- String
- headingTag
- String
반환
적용 대상
ValidationSummary(HtmlHelper, Boolean, String, Object)
개체에 있고 선택적으로 모델 수준 오류만 표시하는 유효성 검사 메시지 ModelStateDictionary 의 순서가 지정되지 않은 목록(ul 요소)을 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors, string message, object htmlAttributes);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean, message As String, htmlAttributes As Object) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
- excludePropertyErrors
- Boolean
true이면 요약에 모델 수준 오류만 표시하거나 false이면 요약에 모든 오류가 표시됩니다.
- message
- String
유효성 검사 요약과 함께 표시할 메시지입니다.
- htmlAttributes
- Object
요소의 HTML 특성이 들어 있는 개체입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, Boolean, String, IDictionary<String,Object>)
개체에 있고 선택적으로 모델 수준 오류만 표시하는 유효성 검사 메시지 ModelStateDictionary 의 순서가 지정되지 않은 목록(ul 요소)을 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors, string message, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool * string * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean, message As String, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
- excludePropertyErrors
- Boolean
true이면 요약에 모델 수준 오류만 표시하거나 false이면 요약에 모든 오류가 표시됩니다.
- message
- String
유효성 검사 요약과 함께 표시할 메시지입니다.
- htmlAttributes
- IDictionary<String,Object>
요소의 HTML 특성이 들어 있는 사전입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, String, String)
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, string message, string headingTag);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * string * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, message As String, headingTag As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
- message
- String
- headingTag
- String
반환
적용 대상
ValidationSummary(HtmlHelper, String, Object)
개체의 유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 ModelStateDictionary 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, string message, object htmlAttributes);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, message As String, htmlAttributes As Object) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
- message
- String
지정된 필드에 오류가 포함된 경우 표시할 메시지입니다.
- htmlAttributes
- Object
요소의 HTML 특성이 들어 있는 개체입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, String, IDictionary<String,Object>)
개체에 있는 유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 ModelStateDictionary 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, string message, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * string * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, message As String, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
- message
- String
지정된 필드에 오류가 포함된 경우 표시할 메시지입니다.
- htmlAttributes
- IDictionary<String,Object>
요소의 HTML 특성이 들어 있는 사전입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, Boolean, String)
개체에 있고 선택적으로 모델 수준 오류만 표시하는 유효성 검사 메시지 ModelStateDictionary 의 순서가 지정되지 않은 목록(ul 요소)을 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors, string message);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean, message As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
- excludePropertyErrors
- Boolean
true이면 요약에 모델 수준 오류만 표시하거나 false이면 요약에 모든 오류가 표시됩니다.
- message
- String
유효성 검사 요약과 함께 표시할 메시지입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, String)
개체에 있는 유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 ModelStateDictionary 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, string message);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, message As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HMTL 도우미 인스턴스입니다.
- message
- String
지정된 필드에 오류가 포함된 경우 표시할 메시지입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, Boolean)
개체에 있고 선택적으로 모델 수준 오류만 표시하는 유효성 검사 메시지 ModelStateDictionary 의 순서가 지정되지 않은 목록(ul 요소)을 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
- excludePropertyErrors
- Boolean
true이면 요약에 모델 수준 오류만 표시하거나 false이면 요약에 모든 오류가 표시됩니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper)
개체에 있는 유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 ModelStateDictionary 반환합니다.
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper);
static member ValidationSummary : System.Web.Mvc.HtmlHelper -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
이 메서드가 확장하는 HTML 도우미 인스턴스입니다.
반환
유효성 검사 메시지의 순서가 지정되지 않은 목록(ul 요소)을 포함하는 문자열입니다.
적용 대상
ValidationSummary(HtmlHelper, Boolean, String, IDictionary<String,Object>, String)
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors, string message, System.Collections.Generic.IDictionary<string,object> htmlAttributes, string headingTag);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool * string * System.Collections.Generic.IDictionary<string, obj> * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean, message As String, htmlAttributes As IDictionary(Of String, Object), headingTag As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
- excludePropertyErrors
- Boolean
- message
- String
- htmlAttributes
- IDictionary<String,Object>
- headingTag
- String
반환
적용 대상
ValidationSummary(HtmlHelper, Boolean, String, Object, String)
public static System.Web.Mvc.MvcHtmlString ValidationSummary (this System.Web.Mvc.HtmlHelper htmlHelper, bool excludePropertyErrors, string message, object htmlAttributes, string headingTag);
static member ValidationSummary : System.Web.Mvc.HtmlHelper * bool * string * obj * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function ValidationSummary (htmlHelper As HtmlHelper, excludePropertyErrors As Boolean, message As String, htmlAttributes As Object, headingTag As String) As MvcHtmlString
매개 변수
- htmlHelper
- HtmlHelper
- excludePropertyErrors
- Boolean
- message
- String
- htmlAttributes
- Object
- headingTag
- String