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

Skip to main content Skip to navigation

ExternalLink Pennington.Infrastructure

A link that points to an external origin and was not verified by the internal checker.

Properties

SourcePage Pennington.Routing.ContentRoute
Page that contained the link.
Url string
External target URL.

Constructors

#
public record ExternalLink(ContentRoute SourcePage, string Url);

A link that points to an external origin and was not verified by the internal checker.

Parameters

SourcePage ContentRoute
Page that contained the link.
Url string
External target URL.

Pennington.Infrastructure.ExternalLink

namespace Pennington.Infrastructure;

/// A link that points to an external origin and was not verified by the internal checker.
public record ExternalLink
{
    /// A link that points to an external origin and was not verified by the internal checker.
    
public record ExternalLink(ContentRoute SourcePage, string Url);
/// Page that contained the link.
ContentRoute SourcePage
; /// External target URL.
string Url
; }