IPageAdapter.DeterminePostBackMode Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anropas för att fastställa insamlingen av postback-data. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i
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
Parametrar
- request
- HttpRequest
HttpRequest objekt som innehåller information om begäran, till exempel HTTP-huvuden.
- postEventSourceID
- String
Källidentifierare för händelsen.
- postEventArgumentID
- String
Argumentidentifierare för händelsen.
- baseCollection
- NameValueCollection
Insamling av postback-data från begärandeobjektet.
Returer
En ändrad namnvärdessamling med postdata.
Kommentarer
Eftersom vissa enheter hanterar postback på ett annat sätt än andra gör den här metoden att adaptern kan ändra samlingen.