ChtmlPageAdapter.DeterminePostBackMode メソッド

定義

ポストバック データ収集を決定するために呼び出されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 override System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode(System::Web::HttpRequest ^ request, System::String ^ postEventSourceID, System::String ^ postEventArgumentID, System::Collections::Specialized::NameValueCollection ^ baseCollection);
public override System.Collections.Specialized.NameValueCollection DeterminePostBackMode(System.Web.HttpRequest request, string postEventSourceID, string postEventArgumentID, System.Collections.Specialized.NameValueCollection baseCollection);
override this.DeterminePostBackMode : System.Web.HttpRequest * string * string * System.Collections.Specialized.NameValueCollection -> System.Collections.Specialized.NameValueCollection
Public Overrides Function DeterminePostBackMode (request As HttpRequest, postEventSourceID As String, postEventArgumentID As String, baseCollection As NameValueCollection) As NameValueCollection

パラメーター

request
HttpRequest

HTTP ヘッダーなどの要求情報を含む HttpRequest オブジェクト。

postEventSourceID
String

イベントのソース識別子。

postEventArgumentID
String

イベントの引数識別子。

baseCollection
NameValueCollection

要求オブジェクトからのポストバック データのコレクション。

返品

baseCollection パラメーターの変更されたバージョン。

適用対象

こちらもご覧ください