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

UrlSnapshot(String, String, Boolean)

A snapshot of the url.

Properties

IsInternal

Determines if this url is internal.

Name

Name of the url.

Url

The full uri.

Methods

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

Operators

Equality(UrlSnapshot, UrlSnapshot)
Inequality(UrlSnapshot, UrlSnapshot)

Applies to