ValidLink Pennington.Infrastructure
A link that resolved to a known internal target.
Properties
SourcePagePennington.Routing.ContentRoute- Page that contained the link.
Urlstring- Link target URL.
Constructors
.ctor
#public record ValidLink(ContentRoute SourcePage, string Url);A link that resolved to a known internal target.
Parameters
SourcePageContentRoute- Page that contained the link.
Urlstring- Link target URL.
Pennington.Infrastructure.ValidLink
namespace Pennington.Infrastructure;
/// A link that resolved to a known internal target.
public record ValidLink
{
/// A link that resolved to a known internal target.
public record ValidLink(ContentRoute SourcePage, string Url);
/// Page that contained the link.
ContentRoute SourcePage
;
/// Link target URL.
string Url
;
}