HttpContentHeaders.ContentDisposition 属性

定义

获取 HTTP 响应上的 Content-Disposition 内容标头值。

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

属性值

HTTP 响应上的 Content-Disposition 内容标头值。

适用于