HostUrl
Record net10.0
Represents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name.
namespace Aspire.Hosting.ApplicationModel;
public record HostUrl : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, System.IEquatable<Aspire.Hosting.ApplicationModel.HostUrl>{ // ...} 10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(string)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(HostUrl?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(HostUrl?, HostUrl?)staticboolop_Inequality(HostUrl?, HostUrl?)staticboolToStringstringReturns a string that represents the current object.