IPageAdapter.DeterminePostBackMode メソッド

定義

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

public:
 System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode(System::Web::HttpRequest ^ request, System::String ^ postEventSourceID, System::String ^ postEventArgumentID, System::Collections::Specialized::NameValueCollection ^ baseCollection);
public 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
Public Function DeterminePostBackMode (request As HttpRequest, postEventSourceID As String, postEventArgumentID As String, baseCollection As NameValueCollection) As NameValueCollection

パラメーター

request
HttpRequest

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

postEventSourceID
String

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

postEventArgumentID
String

イベントの引数識別子。

baseCollection
NameValueCollection

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

返品

投稿データの変更された名前値のコレクション。

注釈

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

適用対象

こちらもご覧ください