Rss20FeedFormatter.SetFeed(SyndicationFeed) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the SyndicationFeed instance associated with the Rss20FeedFormatter.
protected public:
override void SetFeed(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal override void SetFeed (System.ServiceModel.Syndication.SyndicationFeed feed);
override this.SetFeed : System.ServiceModel.Syndication.SyndicationFeed -> unit
Protected Friend Overrides Sub SetFeed (feed As SyndicationFeed)
Parameters
- feed
- SyndicationFeed
The SyndicationFeed to associate with the Rss20FeedFormatter.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.