WmlFormAdapter.CalculatePostBackVariables Methode

Definitie

Retourneert een verzameling postback-waarden. Deze API is verouderd. Zie Mobile Apps & voor meer informatie over het ontwikkelen van ASP.NET mobiele toepassingen Sites met ASP.NET.

public:
 virtual System::Collections::IDictionary ^ CalculatePostBackVariables();
public virtual System.Collections.IDictionary CalculatePostBackVariables();
abstract member CalculatePostBackVariables : unit -> System.Collections.IDictionary
override this.CalculatePostBackVariables : unit -> System.Collections.IDictionary
Public Overridable Function CalculatePostBackVariables () As IDictionary

Retouren

Een verzameling postback-waarden.

Opmerkingen

Overschrijf deze methode als u de waarden van eventuele postback-variabelen in het besturingselement wilt verzamelen.

Van toepassing op

Zie ook