RssFeed Documented Class Library

RssFeed.Target Property

If specified, indicates what

target
the hyperlink will open in.

public virtual string Target {get; set;}

Remarks

The default behavior of RssFeed is to have each RssItem's title rendered as a hyperlink, provided that there is a link element in the RSS syndication feed for the item in question. Target specifies the target to open this link in.

To have the link open in a new window, set the target to
_blank

See Also

RssFeed Class | skmRss Namespace