Skip to content
Docs Try Aspire

HostUrl

Record net10.0
📦 Aspire.Hosting v13.1.2
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>
{
// ...
}