Edit

Share via


HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Method

Definition

Processes the postback data for the HTML5 input element.

protected:
 virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

Parameters

postDataKey
String

The index in the posted collection that references the content to load.

postCollection
NameValueCollection

The collection of all posted values.

Returns

true if the posted content differs from the content in a previous postback; otherwise, false.

Applies to