Skip to content
Docs Try Aspire

UrlDisplayPropertiesSnapshot Constructors

Record Constructors 1 member
A snapshot of the display properties for a url.
A snapshot of the display properties for a url.
public record UrlDisplayPropertiesSnapshot
{
public UrlDisplayPropertiesSnapshot(
string DisplayName = "",
int SortOrder = 0)
{
// ...
}
}
DisplayName string optional The display name of the url.
SortOrder int optional The order of the url in UI. Higher numbers are displayed first in the UI.