ExternalLink Pennington.Infrastructure
A link that points to an external origin and was not verified by the internal checker.
Properties
SourcePagePennington.Routing.ContentRoute- Page that contained the link.
Urlstring- External target URL.
Constructors
.ctor
#public record ExternalLink(ContentRoute SourcePage, string Url);A link that points to an external origin and was not verified by the internal checker.
Parameters
SourcePageContentRoute- Page that contained the link.
Urlstring- 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
;
}