Skip to content
Docs Try Aspire

UrlDisplayPropertiesSnapshot Properties

Record Properties 2 members
A snapshot of the display properties for a url.
DisplayName Section titled DisplayName string
The display name of the url.
public string DisplayName { get; init; }
The order of the url in UI. Higher numbers are displayed first in the UI.
public int SortOrder { get; init; }