RequestHeaders.Host 屬性

定義

取得或設定 Host HTTP 要求的標頭。

public:
 property Microsoft::AspNetCore::Http::HostString Host { Microsoft::AspNetCore::Http::HostString get(); void set(Microsoft::AspNetCore::Http::HostString value); };
public Microsoft.AspNetCore.Http.HostString Host { get; set; }
member this.Host : Microsoft.AspNetCore.Http.HostString with get, set
Public Property Host As HostString

屬性值

適用於