AnyUri.Host PropertyAnyUri.Host PropertyAnyUri::Host Property

Gets the host component of this URI.

Syntax

Public ReadOnly Property Host As String
        Get
public string Host { get; }
public:
property String^ Host {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the host component of this URI, or null a null reference (Nothing in Visual Basic) nullptr if the URI does not specify a host.