HtmlSelectionListAdapter.LoadPostData Method

Definition

Returns true if the adapter handles loading the post data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public override bool LoadPostData (string key, System.Collections.Specialized.NameValueCollection data, object controlPrivateData, out bool dataChanged);

Parameters

key
String

Identifies the control.

data
NameValueCollection

Contains the collection of all incoming name values.

controlPrivateData
Object

Provides a place to send data private to the control that might be required for loading of post data. The control determines the type that is passed to the parameter.

dataChanged
Boolean

Returns true if the required the object in privateControlData was changed, so the RaisePostDataChangedEvent() event can be raised.

Returns

true if the adapter handles loading the post data; otherwise, false.

Applies to

מוצר גירסאות
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also