Skip to content
Docs Try Aspire

HostUrl Constructors

Record Constructors 1 member
Represents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name.
Represents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name.
public record HostUrl
{
public HostUrl(
string Url)
{
// ...
}
}
Url string