Share via


RequestHeaders.Host Property

Definition

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

Property Value

Applies to