Skip to content
DocsTry Aspire
DocsTry

UrlDisplayPropertiesSnapshot Constructors

RecordConstructors1 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)
{
// ...
}
}
DisplayNamestringoptionalThe display name of the url.
SortOrderintoptionalThe order of the url in UI. Higher numbers are displayed first in the UI.