SyndicationFeedFormatter Constructors

Definition

Creates a new instance of the SyndicationFeedFormatter class.

Overloads

SyndicationFeedFormatter()

Creates a new instance of the SyndicationFeedFormatter class.

SyndicationFeedFormatter(SyndicationFeed)

Creates a new instance of the SyndicationFeedFormatter class with the specified SyndicationFeed instance.

SyndicationFeedFormatter()

Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs

Creates a new instance of the SyndicationFeedFormatter class.

protected SyndicationFeedFormatter ();

Applies to

.NET 9 (package-provided) e outras versões
Produto Versões
.NET 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

SyndicationFeedFormatter(SyndicationFeed)

Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs

Creates a new instance of the SyndicationFeedFormatter class with the specified SyndicationFeed instance.

protected SyndicationFeedFormatter (System.ServiceModel.Syndication.SyndicationFeed feedToWrite);

Parameters

feedToWrite
SyndicationFeed

The SyndicationFeed to write.

Remarks

A SyndicationFeedFormatter must have a SyndicationFeed associated with it. The SyndicationFeedFormatter can then write out the SyndicationFeed to an XmlReader. The only way to associate a SyndicationFeed with a SyndicationFeedFormatter is by using this constructor.

Applies to

.NET 9 (package-provided) e outras versões
Produto Versões
.NET 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)