Edit

Share via


HtmlInputFile.IPostBackDataHandler.LoadPostData Method

Definition

For a description of this member, see LoadPostData(String, NameValueCollection).

bool IPostBackDataHandler.LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);

Parameters

postDataKey
String

The key identifier for the control.

postCollection
NameValueCollection

The collection of all incoming name values.

Returns

true if the HtmlInputFile control's state has changed as a result of the postback; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the HtmlInputFile instance is cast to an IPostBackDataHandler interface.

Applies to

See also