System.Web.UI.Control.LookForControlByName C# (CSharp) Méthode

LookForControlByName() private méthode

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