Click or drag to resize

FileControlClientValidator Property

Validates content

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public override 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