BaseValidator.GetControlRenderID(String) 메서드

정의

지정된 컨트롤의 클라이언트 ID를 가져옵니다.

protected:
 System::String ^ GetControlRenderID(System::String ^ name);
protected string GetControlRenderID(string name);
member this.GetControlRenderID : string -> string
Protected Function GetControlRenderID (name As String) As String

매개 변수

name
String

클라이언트 ID를 가져올 컨트롤의 이름입니다.

반품

지정된 컨트롤의 클라이언트 ID입니다.

설명

메서드를 GetControlRenderID 사용하여 지정된 컨트롤의 클라이언트 ID를 가져옵니다. 자세한 내용은 ClientID를 참조하세요.

메모

이 메서드는 주로 컨트롤 개발자가 사용합니다.

적용 대상

추가 정보