System.Web.UI.Control.CheckForValidationSupport C# (CSharp) Method

CheckForValidationSupport() private method

private CheckForValidationSupport ( ) : bool
return bool
		bool CheckForValidationSupport ()
		{
			return GetType ().GetCustomAttributes (typeof (SupportsEventValidationAttribute), false).Length > 0;
		}