SyndicationFeed.Load(String) Method

Definition

Initializes the object from the given feed string, which can be in either RSS 2.0 or Atom 1.0 format.

public:
 virtual void Load(Platform::String ^ feed) = Load;
void Load(winrt::hstring const& feed);
public void Load(string feed);
function load(feed)
Public Sub Load (feed As String)

Parameters

feed
String

Platform::String

winrt::hstring

The feed string, which can be in either RSS 2.0 or Atom 1.0 format.

Applies to