System.Web.UI.Page.AreValidatorsUplevel C# (CSharp) Method

AreValidatorsUplevel() private method

private AreValidatorsUplevel ( ) : bool
return bool
	internal bool AreValidatorsUplevel ()
	{
		return AreValidatorsUplevel (String.Empty);
	}

Same methods

Page::AreValidatorsUplevel ( string valGroup ) : bool
Page