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;
        }