Share via


ValidationHelper.InvalidCssClass Property

Gets the name of the class that is used to specify the appearance of error-message display when errors have occurred. This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared Property InvalidCssClass As String 
    Get 
    Set
'Usage
Dim value As String 

value = ValidationHelper.InvalidCssClass 

ValidationHelper.InvalidCssClass = value
public static string InvalidCssClass { get; set; }
public:
static property String^ InvalidCssClass {
    String^ get ();
    void set (String^ value);
}
static member InvalidCssClass : string with get, set
static function get InvalidCssClass () : String 
static function set InvalidCssClass (value : String)

Property Value

Type: System.String
The name.

See Also

Reference

ValidationHelper Class

System.Web.WebPages Namespace