HtmlInputGenericControl.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a derived class, processes postback data for an HTML5 input element.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

private abstract LoadPostData : 
        postDataKey:string *
        postCollection:NameValueCollection -> bool
private override LoadPostData : 
        postDataKey:string *
        postCollection:NameValueCollection -> bool

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.Boolean

true if the state of the HTML5 input element changes because of the postback; otherwise, false.

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

.NET Framework
Available since 4.5
Return to top
Show: