PageAdapter.DeterminePostBackMode 方法

定义

确定网页是否在回发模式下,并返回回发变量的名称/值集合。

public:
 virtual System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode();
public virtual System.Collections.Specialized.NameValueCollection DeterminePostBackMode ();
abstract member DeterminePostBackMode : unit -> System.Collections.Specialized.NameValueCollection
override this.DeterminePostBackMode : unit -> System.Collections.Specialized.NameValueCollection
Public Overridable Function DeterminePostBackMode () As NameValueCollection

返回

如果有回发变量,则为回发变量的 NameValueCollection,否则为 null

注解

方法 DeterminePostBackMode 返回以下集合之一:

  • 如果 HTTP 数据传输方法是 ,则 POST形成变量。

  • 如果 HTTP 方法为 GET,则查询字符串变量。

继承者说明

PageAdapter 类继承时,可以重写 DeterminePostBackMode() 方法,以提供回发变量集合的目标特定处理。

适用于

另请参阅