Skip to content
DocsTry Aspire
DocsTry

UrlSnapshot Properties

RecordProperties5 members
A snapshot of the URL.
The UI display properties for the url.
public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; }
Whether this URL is inactive or not.
public bool IsInactive { get; init; }
Inactive URLs are not displayed in UI.
Determines if this URL is internal. Internal URLs are only shown in the details grid for a resource.
public bool IsInternal { get; init; }
NameSection titled Namenullablestring?
Name of the endpoint associated with the URL.
public string? Name { get; init; }
The full URL.
public string Url { get; init; }