HtmlHelperValidationExtensions.ValidationMessage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ValidationMessage(IHtmlHelper, String) |
如果指定的 |
ValidationMessage(IHtmlHelper, String, Object) |
如果指定的 |
ValidationMessage(IHtmlHelper, String, String) |
如果指定的 |
ValidationMessage(IHtmlHelper, String, String, Object) |
如果指定的 |
ValidationMessage(IHtmlHelper, String, String, String) |
如果指定的 |
ValidationMessage(IHtmlHelper, String)
如果指定的 expression
物件中有 ModelStateDictionary 錯誤,則傳回驗證訊息。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ ValidationMessage(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression);
public static Microsoft.AspNetCore.Html.IHtmlContent ValidationMessage (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression);
static member ValidationMessage : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function ValidationMessage (htmlHelper As IHtmlHelper, expression As String) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
這個 IHtmlHelper 方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
傳回
新的 IHtmlContent ,包含 ValidationMessageElement 專案。
如果 expression
有效且用戶端驗證已停用,則為空白 IHtmlContent 。
備註
方法會從 物件擷 ModelStateDictionary 取錯誤字串。 訊息一律會顯示,但用戶端驗證可能會更新相關聯的 CSS 類別。
適用於
ValidationMessage(IHtmlHelper, String, Object)
如果指定的 expression
物件中有 ModelStateDictionary 錯誤,則傳回驗證訊息。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ ValidationMessage(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent ValidationMessage (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, object htmlAttributes);
static member ValidationMessage : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function ValidationMessage (htmlHelper As IHtmlHelper, expression As String, htmlAttributes As Object) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
這個 IHtmlHelper 方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- htmlAttributes
- Object
Object,包含 (ValidationMessageElement) 專案的 HTML 屬性。 或者, IDictionary<TKey,TValue> 包含 HTML 屬性的實例。
傳回
新的 IHtmlContent ,包含 ValidationMessageElement 專案。
如果 expression
有效且用戶端驗證已停用,則為空白 IHtmlContent 。
備註
方法會從 物件擷 ModelStateDictionary 取錯誤字串。 訊息一律會顯示,但用戶端驗證可能會更新相關聯的 CSS 類別。
適用於
ValidationMessage(IHtmlHelper, String, String)
如果指定的 expression
物件中有 ModelStateDictionary 錯誤,則傳回驗證訊息。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ ValidationMessage(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::String ^ message);
public static Microsoft.AspNetCore.Html.IHtmlContent ValidationMessage (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, string message);
static member ValidationMessage : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function ValidationMessage (htmlHelper As IHtmlHelper, expression As String, message As String) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
這個 IHtmlHelper 方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- message
- String
要顯示的訊息。 如果 null
為 或空白,方法會從 ModelStateDictionary 物件擷取錯誤字串。 訊息一律會顯示,但用戶端驗證可能會更新相關聯的 CSS 類別。
傳回
新的 IHtmlContent ,包含 ValidationMessageElement 專案。
如果 expression
有效且用戶端驗證已停用,則為空白 IHtmlContent 。
適用於
ValidationMessage(IHtmlHelper, String, String, Object)
如果指定的 expression
物件中有 ModelStateDictionary 錯誤,則傳回驗證訊息。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ ValidationMessage(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::String ^ message, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent ValidationMessage (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, string message, object htmlAttributes);
static member ValidationMessage : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function ValidationMessage (htmlHelper As IHtmlHelper, expression As String, message As String, htmlAttributes As Object) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
這個 IHtmlHelper 方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- message
- String
要顯示的訊息。 如果 null
為 或空白,方法會從 ModelStateDictionary 物件擷取錯誤字串。 訊息一律會顯示,但用戶端驗證可能會更新相關聯的 CSS 類別。
- htmlAttributes
- Object
Object,包含 (ValidationMessageElement) 專案的 HTML 屬性。 或者, IDictionary<TKey,TValue> 包含 HTML 屬性的實例。
傳回
新的 IHtmlContent ,包含 ValidationMessageElement 專案。
如果 expression
有效且用戶端驗證已停用,則為空白 IHtmlContent 。
適用於
ValidationMessage(IHtmlHelper, String, String, String)
如果指定的 expression
物件中有 ModelStateDictionary 錯誤,則傳回驗證訊息。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ ValidationMessage(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::String ^ message, System::String ^ tag);
public static Microsoft.AspNetCore.Html.IHtmlContent ValidationMessage (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, string message, string tag);
static member ValidationMessage : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * string * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function ValidationMessage (htmlHelper As IHtmlHelper, expression As String, message As String, tag As String) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
這個 IHtmlHelper 方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- message
- String
要顯示的訊息。 如果 null
為 或空白,方法會從 ModelStateDictionary 物件擷取錯誤字串。 訊息一律會顯示,但用戶端驗證可能會更新相關聯的 CSS 類別。
- tag
- String
要包裝 message
在所產生 HTML 中的 標記。 其預設值為 ValidationMessageElement。
傳回
新的 IHtmlContent ,包含 tag
專案。 如果 expression
有效且用戶端驗證已停用,則為空白 IHtmlContent 。