Share via


HttpContentHeaders.ContentLocation Propiedad

Definición

Obtiene o establece el valor del encabezado de contenido Content-Location en una respuesta HTTP.

public:
 property Uri ^ ContentLocation { Uri ^ get(); void set(Uri ^ value); };
public Uri ContentLocation { get; set; }
public Uri? ContentLocation { get; set; }
member this.ContentLocation : Uri with get, set
Public Property ContentLocation As Uri

Valor de propiedad

Uri

Valor del encabezado de contenido Content-Location en una respuesta HTTP.

Se aplica a