Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public virtual bool LoadPostData(
	string postData,
	NameValueCollection postCollection
)
Visual Basic (Declaration)
Public Overridable Function LoadPostData ( _
	postData As String, _
	postCollection As NameValueCollection _
) As Boolean

Implements

IPostBackDataHandler..::.LoadPostData(String, NameValueCollection)

See Also