HtmlInputGenericControl::LoadPostData Method (String^, NameValueCollection^)
.NET Framework (current version)
Processes the postback data for the HTML5 input element.
Assembly: System.Web (in System.Web.dll)
protected: virtual bool LoadPostData( String^ postDataKey, NameValueCollection^ postCollection )
Parameters
- postDataKey
-
Type:
System::String^
The index in the posted collection that references the content to load.
- postCollection
-
Type:
System.Collections.Specialized::NameValueCollection^
The collection of all posted values.
Return Value
Type: System::Booleantrue if the posted content differs from the content in a previous postback; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: