Method | Description | |
---|---|---|
RssImageElement ( |
Initializes a new instance of the RssImageElement class.
|
|
RssImageElement ( |
Initializes a new instance of the RssImageElement class.
|
|
WriteToXmlWriter ( |
Writes this RssImage element to the specified XmlWriter.
|
public RssImageElement ( |
||
url | The URL. | |
title | string | The title. |
link | The link. | |
return | System |
public RssImageElement ( |
||
url | The URL. | |
title | string | The title. |
link | The link. | |
width | int | The width. |
height | int | The height. |
description | string | The description. |
return | System |
public WriteToXmlWriter ( |
||
writer | ||
return | void |