Brew.Webforms.Widget.LoadPostData C# (CSharp) Метод

LoadPostData() защищенный Метод

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Результат bool
        protected virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
        {
            InitPostData();
            return false;
        }