RssImage Class ReferenceA link and description for a graphic that represent a channel.
More...
Inheritance diagram for RssImage:
List of all members.
|
Public Member Functions |
|
| RssImage () |
| | Initialize a new instance of the RssImage class.
|
Properties |
| Uri | Url |
| | The URL of a GIF, JPEG or PNG image that represents the channel.
|
| string | Title |
| | Describes the image, it's used in the ALT attribute of the HTML img tag when the channel is rendered in HTML.
|
| Uri | Link |
| | The URL of the site, when the channel is rendered, the image is a link to the site.
|
|
string | Description |
| | Contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.
|
| int | Width |
| | Width of image in pixels.
|
| int | Height |
| | Height of image in pixels.
|
Detailed Description
A link and description for a graphic that represent a channel.
Property Documentation
|
|
Height of image in pixels.
Maximum value for width is 144 (For RSS 0.91) |
|
|
The URL of the site, when the channel is rendered, the image is a link to the site.
Maximum length is 500 (For RSS 0.91). |
|
|
Describes the image, it's used in the ALT attribute of the HTML img tag when the channel is rendered in HTML.
Maximum length is 100 (For RSS 0.91). |
|
|
The URL of a GIF, JPEG or PNG image that represents the channel.
Maximum length is 500 (For RSS 0.91). |
|
|
Width of image in pixels.
Maximum value for height is 400 (For RSS 0.91) |
The documentation for this class was generated from the following file:
|