ValidationExtensions.ValidationSummary メソッド

定義

オーバーロード

ValidationSummary(HtmlHelper, String, Object, String)
ValidationSummary(HtmlHelper, String, IDictionary<String,Object>, String)
ValidationSummary(HtmlHelper, Boolean, String, String)
ValidationSummary(HtmlHelper, Boolean, String, Object)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

ValidationSummary(HtmlHelper, Boolean, String, IDictionary<String,Object>)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

ValidationSummary(HtmlHelper, String, String)
ValidationSummary(HtmlHelper, String, Object)

オブジェクト内の検証メッセージの順序なしのリスト (ul 要素) を ModelStateDictionary 返します。

ValidationSummary(HtmlHelper, String, IDictionary<String,Object>)

オブジェクト内にある検証メッセージの順序なしのリスト (ul 要素) を ModelStateDictionary 返します。

ValidationSummary(HtmlHelper, Boolean, String)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

ValidationSummary(HtmlHelper, String)

オブジェクト内にある検証メッセージの順序なしのリスト (ul 要素) を ModelStateDictionary 返します。

ValidationSummary(HtmlHelper, Boolean)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

ValidationSummary(HtmlHelper)

オブジェクト内にある検証メッセージの順序なしのリスト (ul 要素) を ModelStateDictionary 返します。

ValidationSummary(HtmlHelper, Boolean, String, IDictionary<String,Object>, String)
ValidationSummary(HtmlHelper, Boolean, String, Object, String)

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)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

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

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

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)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

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)

オブジェクト内にある検証メッセージの順序なしリスト (ul 要素) を ModelStateDictionary 返し、必要に応じてモデル レベルのエラーのみを表示します。

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

戻り値

適用対象