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