Home
»
Reference
»
Tr3v.RSS
Tr3v.RSS Reference
This article is correct as of version 1.0.0.0 and was last updated 7th April 2008.
« Back to application page
Applications
Site/Blog
Tutorials
Assemblies
Digg.Com
DiggButton
DotNetKicks.Com
DNKImage
DNKLink
Tr3v.RSS
Category
Channel
Enclosure
Guid
Image
Item
Languages
MimeTypes
Source
Tr3v.Web.UI
TableBuilder
Requirements
Namespace: Tr3v.RSS
Assembly: Tr3v.RSS (in Tr3v.RSS.dll)
Tr3v.RSS.Image
public class Tr3v.RSS.Image
Image Constructors
Initializes a new instance of the Image class.
public Image(Uri url,
string title,
Uri link);
Uri
Specifies the URL to the image.
string
Defines the text to display if the image could not be shown.
Uri
Defines the hyperlink to the website that offers the channel.
Image Properties
public Description {get; set;}
Optional: Specifies the text in the HTML title attribute of the link around the image.
public Height {get; set;}
Optional: Defines the height of the image. Minimum value is 0, Maximum value is 400 and the Default value is 31.
public Link {get;}
Required: Defines the hyperlink to the website that offers the channel.
public Title {get;}
Required: Defines the text to display if the image could not be shown.
public URL {get;}
Required: Specifies the URL to the image.
public Width {get; set;}
Optional: Defines the width of the image. Minimum value is 0, Maximum value is 144 and the Default value is 88.