RssFeed Documented Class Library

RssFeed.HeaderText Property

Gets or sets the header text to display at the top of the list of RSS feed items.

public virtual string HeaderText {get; set;}

Property Value

The (optional) value to display at the top fo the RSS feed items. The default is String.Empty.

Remarks

The HeaderText will only show up if ShowHeader is set to True.

If HeaderText is not specified and ShowHeader is true, then the RSS/RDF's title is used, if present.

See Also

RssFeed Class | skmRss Namespace