Share via


ValidationHelper.ValidCssClass 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 ValidCssClass As String 
    Get 
    Set
'Usage
Dim value As String 

value = ValidationHelper.ValidCssClass 

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

Property Value

Type: System.String
The name.

See Also

Reference

ValidationHelper Class

System.Web.WebPages Namespace