C# Класс Subtext.Framework.Syndication.RssImageElement

<image> is an optional sub-element of <channel>, which contains three required and three optional sub-elements.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RssImageElement ( Uri url, string title, Uri link ) : System

Initializes a new instance of the RssImageElement class.

RssImageElement ( Uri url, string title, Uri link, int width, int height, string description ) : System

Initializes a new instance of the RssImageElement class.

WriteToXmlWriter ( XmlWriter writer ) : void

Writes this RssImage element to the specified XmlWriter.

Описание методов

RssImageElement() публичный Метод

Initializes a new instance of the RssImageElement class.
public RssImageElement ( Uri url, string title, Uri link ) : System
url System.Uri The URL.
title string The title.
link System.Uri The link.
Результат System

RssImageElement() публичный Метод

Initializes a new instance of the RssImageElement class.
public RssImageElement ( Uri url, string title, Uri link, int width, int height, string description ) : System
url System.Uri The URL.
title string The title.
link System.Uri The link.
width int The width.
height int The height.
description string The description.
Результат System

WriteToXmlWriter() публичный Метод

Writes this RssImage element to the specified XmlWriter.
public WriteToXmlWriter ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Результат void