共用方式為


UpWmlMobileTextWriter.RenderBeginSelect 方法

定義

開始轉譯選擇清單。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 override void RenderBeginSelect(System::String ^ name, System::String ^ iname, System::String ^ ivalue, System::String ^ title, bool multiSelect);
public override void RenderBeginSelect (string name, string iname, string ivalue, string title, bool multiSelect);
override this.RenderBeginSelect : string * string * string * string * bool -> unit
Public Overrides 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

WML 裝置上的 Title 屬性。

multiSelect
Boolean

是否允許複選。

適用於

另請參閱