HtmlInputImage.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)

 

Implements the LoadPostData interface method by calling the LoadPostData method.

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 key identifier for the control.

postCollection
Type: System.Collections.Specialized.NameValueCollection

The collection of all incoming name values.

Return Value

Type: System.Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: