HostUrl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name.
public class HostUrl : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, IEquatable<Aspire.Hosting.ApplicationModel.HostUrl>
type HostUrl = class
interface IValueProvider
interface IManifestExpressionProvider
interface IEquatable<HostUrl>
Public Class HostUrl
Implements IEquatable(Of HostUrl), IManifestExpressionProvider, IValueProvider
- Inheritance
-
HostUrl
- Implements
Constructors
HostUrl(HostUrl) | |
HostUrl(String) |
Represents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name. |
Properties
EqualityContract | |
Url |
Methods
<Clone>$() | |
Deconstruct(String) | |
Equals(HostUrl) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(HostUrl, HostUrl) | |
Inequality(HostUrl, HostUrl) |
Explicit Interface Implementations
IManifestExpressionProvider.ValueExpression | |
IValueProvider.GetValueAsync(CancellationToken) |