Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Pages.PageDefinition.CanonicalUrl Property

User-defined canonical Url.

Class: YetaWF.Core.Pages.PageDefinition
Namespace: YetaWF.Core.Pages
Assembly: YetaWF.Core

Syntax

public string? CanonicalUrl { get; set; }

Remarks

The user-defined canonical Url may contain variables used for variable substitution.

Modules that override the canonical Url should use EvaluatedCanonicalUrl instead.

See Also YetaWF.Core.Pages.PageDefinition ClassYetaWF.Core Overview