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

LookForControlByName() private method

private LookForControlByName ( string id ) : Control
id string
return Control
		Control LookForControlByName (string id)
		{
			EnsureControlsCache ();
			return (Control) _controlsCache [id];
		}