RequestHeaders.Host Property
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.
Gets or sets the Host
header for an HTTP request.
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