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.
Constructor(string) Section titled Constructor(string) 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) { // ... }}Parameters
Url string