Share via


HttpContentHeaders.ContentDisposition Propiedad

Definición

Obtiene el valor del encabezado de contenido Content-Disposition en una respuesta HTTP.

public:
 property System::Net::Http::Headers::ContentDispositionHeaderValue ^ ContentDisposition { System::Net::Http::Headers::ContentDispositionHeaderValue ^ get(); void set(System::Net::Http::Headers::ContentDispositionHeaderValue ^ value); };
public System.Net.Http.Headers.ContentDispositionHeaderValue ContentDisposition { get; set; }
public System.Net.Http.Headers.ContentDispositionHeaderValue? ContentDisposition { get; set; }
member this.ContentDisposition : System.Net.Http.Headers.ContentDispositionHeaderValue with get, set
Public Property ContentDisposition As ContentDispositionHeaderValue

Valor de propiedad

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

Se aplica a