WmlMobileTextWriter.RenderGoAction(String, String, WmlPostFieldType, Boolean) 方法

定义

呈现 < go > 操作。Renders a < go > action. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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。The ID of the control targeted by the action. 当用户选择该操作时,生成回发,并且回发指向由此 ID 指定的控件。When the user selects the action, a postback is generated, targeting the control specified by this ID.

argument
String

该操作的参数。The argument for the action. 参数包含在用户选择该操作时生成的回发内。The argument is included in the postback generated when the user selects the action.

postBackType
WmlPostFieldType

用于 argWmlPostFieldType 类型。The WmlPostFieldType type used for arg.

includeVariables
Boolean

当回发给服务器时,是否包含窗体上的所有变量。Whether to include all variables on the form when posting back to the server.

注解

由编写器或继承的类在内部调用。Called internally by the writer or inherited classes.

适用于