Click or drag to resize

StretchedContainerLoadPostData Method

Processes post-back data for the container.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: SystemString
Data key associated with the container.
postCollection
Type: System.Collections.SpecializedNameValueCollection
Post collection.

Return Value

Type: Boolean
Remarks