Skip to content
Docs Try Aspire

UrlSnapshot Constructors

Record Constructors 1 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)
{
// ...
}
}
Name string? Name of the endpoint associated with the URL.
Url string The full URL.
IsInternal bool Determines if this URL is internal. Internal URLs are only shown in the details grid for a resource.