Request.HostName 属性

定义

获取当前请求的主机名。

public:
 property System::String ^ HostName { System::String ^ get(); };
public string HostName { get; }
member this.HostName : string
Public ReadOnly Property HostName As String

属性值

请求的主机名。

适用于