WmlMobileTextWriter.RenderBeginSelect 메서드

정의

선택 목록 렌더링을 시작합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 virtual void RenderBeginSelect(System::String ^ name, System::String ^ iname, System::String ^ ivalue, System::String ^ title, bool multiSelect);
public virtual void RenderBeginSelect(string name, string iname, string ivalue, string title, bool multiSelect);
abstract member RenderBeginSelect : string * string * string * string * bool -> unit
override this.RenderBeginSelect : string * string * string * string * bool -> unit
Public Overridable Sub RenderBeginSelect (name As String, iname As String, ivalue As String, title As String, multiSelect As Boolean)

매개 변수

name
String

컨트롤의 이름입니다.

iname
String

선택한 인덱스가 서버에 다시 제출하는 데 브라우저에서 사용해야 하는 이름입니다.

ivalue
String

초기 값입니다.

title
String

Title WML 디바이스의 특성입니다.

multiSelect
Boolean

여러 선택을 허용할지 여부입니다.

설명

null name 이 아니거나 iname 여야 합니다.

이 메서드 다음에는 각 옵션에 RenderSelectOption 대한 메서드를 호출한 다음 선택 목록을 종료하는 RenderEndSelect 메서드를 호출할 수 있습니다.

적용 대상

추가 정보