ChtmlPageAdapter.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:
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
Parametrar
- request
- HttpRequest
Ett 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 modifierad version av parametern baseCollection .