CrossReference
classNamespace: MyLittleContentEngine.Models
Represents a cross-reference in the content system, used in
Table of Contents (ToC) or and xref links.
Declaration
public class CrossReference
Inheritance
object
→ CrossReference
Propertys
Title
propertypublic required string Title { get; init; }
The title of the cross-reference, typically used for display purposes.
Returns:
string CrossReference.Title
Uid
propertypublic required string? Uid { get; init; }
Unique identifier for the cross-reference.
Returns:
string? CrossReference.Uid
Url
propertypublic required string Url { get; init; }
The URL of the cross-reference, which points to the related content.
Returns:
string CrossReference.Url