Skip to content
DocsTry Aspire
DocsTry

HostUrl Constructors

RecordConstructors1 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)
{
// ...
}
}
Urlstring