HtmlHelper.ValidationInputValidCssClassName Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Shared Property ValidationInputValidCssClassName As StringProperty Value
The name of the CSS class. The default is input-validation-valid.