This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

BlogTag Pennington.BlogSite

A tag with its display name and URL.

Properties

Name string
Tag display name.
Url string
URL of the tag index page.

Constructors

.ctor

#
public record BlogTag(string Name, string Url);

A tag with its display name and URL.

Parameters

Name string
Tag display name.
Url string
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
; }