CrossReference

class

Namespace: 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

objectCrossReference

Propertys

Title

property
public required string Title { get; init; }
The title of the cross-reference, typically used for display purposes.
Returns: string CrossReference.Title

Uid

property
public required string? Uid { get; init; }
Unique identifier for the cross-reference.
Returns: string? CrossReference.Uid

Url

property
public required string Url { get; init; }
The URL of the cross-reference, which points to the related content.
Returns: string CrossReference.Url