CKEditorControlLoadPostData Method |
Processes postback data for an ASP.NET server control.
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public virtual bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
- postDataKey
- Type: SystemString
- postCollection
- Type: System.Collections.SpecializedNameValueCollection
Return Value
Type:
BooleanImplements
IPostBackDataHandlerLoadPostData(String, NameValueCollection)See Also