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.Category
public class Tr3v.RSS.Category
Category Constructors
Initializes a new instance of the Category class.
public Category(string value);
string
Text value of this Category.
public Category(string value,
string domain);
string
Text value of this Category.
string
A string or URL that identifies a categorization taxonomy.
Category Properties
public Domain {get;}
Optional: A string or URL that identifies a categorization taxonomy.
public Value {get;}
Required: Text value of this Category.