This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy at the same URL with .md appended. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

TitleTag Pennington.Head

The document <title>. Deduplicated to exactly one.

Properties

Text string
Title text.

Constructors

TitleTag

#
public TitleTag(string Text)

The document <title>. Deduplicated to exactly one.

Parameters

Text string
Title text.

Pennington.Head.TitleTag

namespace Pennington.Head;

/// The document <title>. Deduplicated to exactly one.
public record TitleTag
{
    /// Title text.
    
public string Text { get; set; }
/// The document <title>. Deduplicated to exactly one.
public TitleTag(string Text)
; }