通过


WmlMobileTextWriter.RenderGoAction 方法

定义

呈现操作 < go > 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

用于 arg. WmlPostFieldType 的类型。

includeVariables
Boolean

回发到服务器时,是否在窗体中包含所有变量。

注解

由编写器或继承类在内部调用。

适用于

另请参阅