HtmlPageAdapter.DeterminePostBackMode メソッド

定義

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

public:
 virtual System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode(System::Web::HttpRequest ^ request, System::String ^ postEventSourceID, System::String ^ postEventArgumentID, System::Collections::Specialized::NameValueCollection ^ baseCollection);
public virtual System.Collections.Specialized.NameValueCollection DeterminePostBackMode(System.Web.HttpRequest request, string postEventSourceID, string postEventArgumentID, System.Collections.Specialized.NameValueCollection baseCollection);
abstract member DeterminePostBackMode : System.Web.HttpRequest * string * string * System.Collections.Specialized.NameValueCollection -> System.Collections.Specialized.NameValueCollection
override this.DeterminePostBackMode : System.Web.HttpRequest * string * string * System.Collections.Specialized.NameValueCollection -> System.Collections.Specialized.NameValueCollection
Public Overridable 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 パラメーターの変更されたバージョン。

実装

注釈

一部のデバイスはポストバックを他のデバイスとは異なる方法で処理するため、このメソッドを使用すると、アダプターでコレクションを変更できます。

このメソッドの HtmlPageAdapter および WmlPageAdapter 実装では、投稿が別のページから送信された場合に制御データが収集されます。

ChtmlPageAdapter実装では、ポストバック データの CHTML 固有の処理が実行されます。

適用対象

こちらもご覧ください