共用方式為


WmlMobileTextWriter.RenderGoAction 方法

定義

呈現 < go > 動作。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 virtual void RenderGoAction(System::String ^ target, System::String ^ argument, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType, bool includeVariables);
public virtual void RenderGoAction (string target, string argument, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType, bool includeVariables);
abstract member RenderGoAction : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool -> unit
override this.RenderGoAction : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool -> unit
Public Overridable Sub RenderGoAction (target As String, argument As String, postBackType As WmlPostFieldType, includeVariables As Boolean)

參數

target
String

動作設為目標的控制項 ID。 當使用者選取動作時,系統會產生回傳,將這個 ID 指定的控制項設為目標。

argument
String

動作的引數。 引數包含在使用者選取動作時所產生的回傳中。

postBackType
WmlPostFieldType

用於argWmlPostFieldType型別。

includeVariables
Boolean

回傳至伺服器時,是否在表單上包含所有的變數。

備註

寫入器或繼承的類別在內部呼叫。

適用於

另請參閱