HtmlHelper.ValidationSummaryValidClass Property

Definition

Gets or sets the name of the CSS class that defines the appearance of a validation summary when validation passes.

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

Property Value

The name of the CSS class. The default is validation-summary-valid.

Applies to