Click or drag to resize

FrontendControlClientValidator Property

Validates content

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public virtual string ClientValidator { get; }

Property Value

Type: String
The client validator.
Remarks
line 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