Xml.FindControl(String) Méthode

Définition

Recherche le conteneur d’affectation de noms de page pour le contrôle serveur spécifié.

public:
 override System::Web::UI::Control ^ FindControl(System::String ^ id);
public override System.Web.UI.Control FindControl(string id);
override this.FindControl : string -> System.Web.UI.Control
Public Overrides Function FindControl (id As String) As Control

Paramètres

id
String

Identificateur du contrôle à trouver.

Retours

Contrôle spécifié ; sinon, null si le contrôle spécifié n’existe pas.

S’applique à

Voir aussi