Skip to content

NavigationItemAttribute.FullPath property

The full path to a navigation item like A/B/C. This is used to generate the local text key for this item like Navigation.A/B/C.

public string? FullPath { get; set; }

See Also