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를 가져올 컨트롤의 이름입니다.

반환

String

지정한 컨트롤의 클라이언트 ID를 반환합니다.

설명

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

참고

이 메서드는 주로 컨트롤 개발자에 의해 사용됩니다.

적용 대상

추가 정보