Class ChangelogsRssItem
Represents a single item in a changelogs RSS 2.0 feed.
public sealed record ChangelogsRssItem : IEquatable<ChangelogsRssItem>
- Inheritance
-
ChangelogsRssItem
- Implements
- Inherited Members
Properties
ContentEncoded
Gets the content:encoded element value, or null if not present.
public string? ContentEncoded { get; init; }
Property Value
Description
Gets the item description.
public string Description { get; init; }
Property Value
Link
Gets the item link.
public string Link { get; init; }
Property Value
PubDate
Gets the publication date as a string.
public string PubDate { get; init; }
Property Value
Title
Gets the item title.
public string Title { get; init; }