SourceLinkMapping
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
A single Source Link document mapping.
public sealed record SourceLinkMapping : IEquatable<SourceLinkMapping>Inheritance
Section titled “Inheritance”Object → SourceLinkMapping
Implements
Section titled “Implements”Constructors
Section titled “Constructors”SourceLinkMapping(string, string)
Section titled “SourceLinkMapping(string, string)”A single Source Link document mapping.
Parameters:
public SourceLinkMapping(string DocumentPattern, string UrlTemplate)Properties
Section titled “Properties”DocumentPattern
Section titled “DocumentPattern”The document path pattern.
Returns: String
public string DocumentPattern { get; init; }UrlTemplate
Section titled “UrlTemplate”The URL template.
Returns: String
public string UrlTemplate { get; init; }