protected override NameValueCollection DataAsNameValueCollection() { NameValueCollection nvc = base.DataAsNameValueCollection(); nvc["username"] = UserName; nvc["itemsToDisplay"] = ItemsToDisplay.ToString(); return(nvc); }
protected override NameValueCollection DataAsNameValueCollection() { NameValueCollection nvc = base.DataAsNameValueCollection(); nvc["FeedUri"] = FeedUri; nvc["itemsToDisplay"] = ItemsToDisplay.ToString(); return(nvc); }