Udostępnij za pośrednictwem


SyndicationFeed.GetRss20Formatter Metoda

Definicja

Rss20FeedFormatter Pobiera wystąpienie.

Przeciążenia

GetRss20Formatter()

Rss20FeedFormatter Pobiera wystąpienie.

GetRss20Formatter(Boolean)

Pobiera nowe Rss20FeedFormatter wystąpienie.

GetRss20Formatter()

Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs

Rss20FeedFormatter Pobiera wystąpienie.

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

Zwraca

Wystąpienie Rss20FeedFormatter .

Dotyczy

GetRss20Formatter(Boolean)

Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs
Źródło:
SyndicationFeed.cs

Pobiera nowe Rss20FeedFormatter wystąpienie.

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

Wartość określająca, czy serializować rozszerzenia elementów i atrybutów za pomocą przestrzeni nazw Atom 1.0.

Zwraca

Wystąpienie Rss20FeedFormatter .

Uwagi

Specyfikacja RSS 2.0 zezwala na elementy i atrybuty, które nie są określone w jego specyfikacji tylko wtedy, gdy znajdują się w przestrzeni nazw. serializedExtensionsAsAtom Gdy parametr to true, formatator automatycznie dodaje a10 kwalifikator przestrzeni nazw do wszystkich rozszerzeń; w przeciwnym razie rozszerzenia nie są serializowane.

Dotyczy