HtmlHelper.ValidationInputValidCssClassName Property

Definition

Gets or sets the name of the CSS class that defines the appearance of input elements when validation passes.

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

Property Value

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

Applies to