| TextControlClientValidator 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; }
Public Overrides ReadOnly Property ClientValidator As String
Get
Property Value
Type:
StringThe 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