SyndicationFeed.GetRss20Formatter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 Rss20FeedFormatter 实例。
重载
GetRss20Formatter() |
获取一个 Rss20FeedFormatter 实例。 |
GetRss20Formatter(Boolean) |
获取一个新的 Rss20FeedFormatter 实例。 |
GetRss20Formatter()
- Source:
- SyndicationFeed.cs
- Source:
- SyndicationFeed.cs
- Source:
- SyndicationFeed.cs
- Source:
- SyndicationFeed.cs
获取一个 Rss20FeedFormatter 实例。
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
返回
一个 Rss20FeedFormatter 实例。
适用于
GetRss20Formatter(Boolean)
- Source:
- SyndicationFeed.cs
- Source:
- SyndicationFeed.cs
- Source:
- SyndicationFeed.cs
- Source:
- SyndicationFeed.cs
获取一个新的 Rss20FeedFormatter 实例。
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
参数
- serializeExtensionsAsAtom
- Boolean
一个指定是否使用 Atom 1.0 命名空间序列化元素和属性扩展的值。
返回
一个 Rss20FeedFormatter 实例。
注解
RSS 2.0 规范允许使用未在其规范中指定的元素和属性,但前提是这些元素和属性必须在命名空间中。 如果 serializedExtensionsAsAtom
参数为 true
时,则格式化程序会自动将 a10
命名空间限定符添加到所有的扩展;否则,不会序列化扩展。