HttpContentHeaders.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 the value of the Content-Disposition
content header on an HTTP response.
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
Property Value
The value of the Content-Disposition
content header on an HTTP response.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.