Share via


UrlSnapshot Class

Definition

A snapshot of the URL.

public sealed class UrlSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.UrlSnapshot>
type UrlSnapshot = class
    interface IEquatable<UrlSnapshot>
Public NotInheritable Class UrlSnapshot
Implements IEquatable(Of UrlSnapshot)
Inheritance
UrlSnapshot
Implements

Constructors

Name Description
UrlSnapshot(String, String, Boolean)

A snapshot of the URL.

Properties

Name Description
DisplayProperties

The UI display properties for the url.

IsInactive

Whether this URL is inactive or not.

IsInternal

Determines if this URL is internal. Internal URLs are only shown in the details grid for a resource.

Name

Name of the endpoint associated with the URL.

Url

The full URL.

Methods

Name Description
<Clone>$()
Deconstruct(String, String, Boolean)
Equals(Object)
Equals(UrlSnapshot)
GetHashCode()
ToString()

Operators

Name Description
Equality(UrlSnapshot, UrlSnapshot)
Inequality(UrlSnapshot, UrlSnapshot)

Applies to