WmlControlAdapter.DeterminePostBack(String) 方法

定义

确定给定目标是否需要回发并返回所需的回发参数。 返回 null 目标是否为外部链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected:
 System::String ^ DeterminePostBack(System::String ^ target);
protected string DeterminePostBack(string target);
member this.DeterminePostBack : string -> string
Protected Function DeterminePostBack (target As String) As String

参数

target
String

目标。

返回

指定目标的所需回发参数。 如果不需要回发参数,此方法将 null返回 。

适用于

另请参阅