IPageAdapter.DeterminePostBackMode メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポストバック データ収集を決定するために呼び出されます。 この API は廃止されています。 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
要求オブジェクトからのポストバック データのコレクション。
返品
投稿データの変更された名前値のコレクション。
注釈
一部のデバイスではポストバックの処理方法が異なるため、このメソッドを使用すると、アダプターでコレクションを変更できます。