BlogTag Pennington.BlogSite
A tag with its display name and URL.
Properties
Namestring- Tag display name.
Urlstring- URL of the tag index page.
Constructors
.ctor
#public record BlogTag(string Name, string Url);A tag with its display name and URL.
Parameters
Namestring- Tag display name.
Urlstring- URL of the tag index page.
Pennington.BlogSite.BlogTag
namespace Pennington.BlogSite;
/// A tag with its display name and URL.
public record BlogTag
{
/// A tag with its display name and URL.
public record BlogTag(string Name, string Url);
/// Tag display name.
string Name
;
/// URL of the tag index page.
string Url
;
}