  | FrontendControlClientValidator Property  | 
 
 Validates content
 
 
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic virtual string ClientValidator { get; }Public Overridable ReadOnly Property ClientValidator As String
	Get
Property Value
Type: 
StringThe client validator.
Remarksline 316 Hiding server-side validator for this control
 Not all validator functions check the control is nothing.
 'Next code causes exception in these functions, it requires using Try Catch.
See Also