Exemplo n.º 1
0
        protected override NameValueCollection DataAsNameValueCollection()
        {
            NameValueCollection nvc = base.DataAsNameValueCollection();

            nvc["username"]       = UserName;
            nvc["itemsToDisplay"] = ItemsToDisplay.ToString();

            return(nvc);
        }
Exemplo n.º 2
0
        protected override NameValueCollection DataAsNameValueCollection()
        {
            NameValueCollection nvc = base.DataAsNameValueCollection();

            nvc["FeedUri"]        = FeedUri;
            nvc["itemsToDisplay"] = ItemsToDisplay.ToString();


            return(nvc);
        }