Compartir a través de


Request.Host Propiedad

Definición

Obtiene o establece el nombre de host accesible externamente de la instancia del Registro, tal y como especifica el encabezado de host http en las solicitudes entrantes.

[Newtonsoft.Json.JsonProperty(PropertyName="host")]
public string Host { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="host")>]
member this.Host : string with get, set
Public Property Host As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a