Brew.Webforms.Widget.LoadPostData C# (CSharp) Method

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool
        protected virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
        {
            InitPostData();
            return false;
        }