MobilePage.DeterminePostBackMode 方法

定義

判斷為 MobilePage 類別所做要求的類型,並且傳回使用 POST 或 GET 命令回傳至頁面之資料的 NameValueCollection。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 override System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode();
protected override System.Collections.Specialized.NameValueCollection DeterminePostBackMode ();
override this.DeterminePostBackMode : unit -> System.Collections.Specialized.NameValueCollection
Protected Overrides Function DeterminePostBackMode () As NameValueCollection

傳回

包含表單資料的 NameValueCollection 物件。

備註

這個成員會覆寫 方法, Page.DeterminePostBackMode 以判斷頁面是否因為傳輸或重新導向而要求。 如果是, null 則會傳回 。 否則,會 DeterminePostBackMode 呼叫配接器的方法。

適用於

另請參閱