RequestHeaders.ContentDisposition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Content-Disposition
header for an HTTP request.
public:
property Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ ContentDisposition { Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.ContentDispositionHeaderValue ContentDisposition { get; set; }
public Microsoft.Net.Http.Headers.ContentDispositionHeaderValue? ContentDisposition { get; set; }
member this.ContentDisposition : Microsoft.Net.Http.Headers.ContentDispositionHeaderValue with get, set
Public Property ContentDisposition As ContentDispositionHeaderValue