Skip to content
DocsTry Aspire
DocsTry

UrlSnapshot Constructors

RecordConstructors1 member
A snapshot of the URL.
Constructor(string?, string, bool)Section titled Constructor(string?, string, bool)
A snapshot of the URL.
public record UrlSnapshot
{
public UrlSnapshot(
string? Name,
string Url,
bool IsInternal)
{
// ...
}
}
Namestring?Name of the endpoint associated with the URL.
UrlstringThe full URL.
IsInternalboolDetermines if this URL is internal. Internal URLs are only shown in the details grid for a resource.