次の方法で共有


HtmlHelper.ValidationSummaryClass プロパティ

定義

検証が失敗したときの検証の概要の外観を定義している CSS クラスの名前を取得または設定します。

public static string ValidationSummaryClass { get; set; }
member this.ValidationSummaryClass : string with get, set
Public Shared Property ValidationSummaryClass As String

プロパティ値

CSS クラスの名前。 既定値は validation-summary-errors です。

適用対象