HttpRequest.Host Propriété

Définition

Obtient ou définit l’en-tête hôte. Peut inclure le port.

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

Valeur de propriété

S’applique à