UrlSnapshot
Record sealed net10.0
A snapshot of the URL.
namespace Aspire.Hosting.ApplicationModel;
public sealed record UrlSnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.UrlSnapshot>{ // ...} IEquatable<UrlSnapshot>
14 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesDisplayPropertiesget; init The UI display properties for the url.
IsInactiveget; initbool Whether this URL is inactive or not.
IsInternalget; initboolDetermines if this URL is internal. Internal URLs are only shown in the details grid for a resource.
Nameget; initstring?Name of the endpoint associated with the URL.
Urlget; initstringThe full URL.
Methods8
Section titled Methods<Clone>$Deconstruct(string?, string, bool)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(UrlSnapshot?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(UrlSnapshot?, UrlSnapshot?)staticboolop_Inequality(UrlSnapshot?, UrlSnapshot?)staticboolToStringstringReturns a string that represents the current object.