2 implementations of IsValid
System.Web (2)
UI\ClientScriptManager.cs (2)
1263
public bool
IsValid
(string uniqueId, string argument) {
1340
public bool
IsValid
(string uniqueId, string argument) {
1 reference to IsValid
System.Web (1)
UI\ClientScriptManager.cs (1)
241
if (_eventValidationProvider == null || !_eventValidationProvider.
IsValid
(uniqueId, argument)) {