| LinkManagerLoadPostData Method |
When implemented by a class, processes postback data for an ASP.NET server control.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Public Function LoadPostData (
postDataKey As String,
postCollection As NameValueCollection
) As Boolean
Parameters
- postDataKey
- Type: SystemString
The key identifier for the control. - postCollection
- Type: System.Collections.SpecializedNameValueCollection
The collection of all incoming name values.
Return Value
Type:
Boolean
true if the server control's state changes as a result of the postback; otherwise, false.
See Also