Sdílet prostřednictvím


SyndicationFeed.GetRss20Formatter Metoda

Definice

Rss20FeedFormatter Získá instanci.

Přetížení

GetRss20Formatter()

Rss20FeedFormatter Získá instanci.

GetRss20Formatter(Boolean)

Získá novou Rss20FeedFormatter instanci.

GetRss20Formatter()

Zdroj:
SyndicationFeed.cs
Zdroj:
SyndicationFeed.cs
Zdroj:
SyndicationFeed.cs
Zdroj:
SyndicationFeed.cs

Rss20FeedFormatter Získá instanci.

public:
 System::ServiceModel::Syndication::Rss20FeedFormatter ^ GetRss20Formatter();
public System.ServiceModel.Syndication.Rss20FeedFormatter GetRss20Formatter ();
member this.GetRss20Formatter : unit -> System.ServiceModel.Syndication.Rss20FeedFormatter
Public Function GetRss20Formatter () As Rss20FeedFormatter

Návraty

Instance Rss20FeedFormatter .

Platí pro

GetRss20Formatter(Boolean)

Zdroj:
SyndicationFeed.cs
Zdroj:
SyndicationFeed.cs
Zdroj:
SyndicationFeed.cs
Zdroj:
SyndicationFeed.cs

Získá novou Rss20FeedFormatter instanci.

public:
 System::ServiceModel::Syndication::Rss20FeedFormatter ^ GetRss20Formatter(bool serializeExtensionsAsAtom);
public System.ServiceModel.Syndication.Rss20FeedFormatter GetRss20Formatter (bool serializeExtensionsAsAtom);
member this.GetRss20Formatter : bool -> System.ServiceModel.Syndication.Rss20FeedFormatter
Public Function GetRss20Formatter (serializeExtensionsAsAtom As Boolean) As Rss20FeedFormatter

Parametry

serializeExtensionsAsAtom
Boolean

Hodnota, která určuje, zda serializovat rozšíření elementů a atributů s oborem názvů Atom 1.0.

Návraty

Instance Rss20FeedFormatter .

Poznámky

Specifikace RSS 2.0 umožňuje prvky a atributy, které nejsou zadány v její specifikaci pouze v případě, že jsou v oboru názvů. serializedExtensionsAsAtom Pokud je trueparametr , formátovací modul automaticky přidá a10 kvalifikátor oboru názvů do všech rozšíření, jinak rozšíření nejsou serializována.

Platí pro