Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property ContentDisposition As ContentDispositionHeaderValue 
    Get 
    Set
'Usage
Dim instance As HttpContentHeaders 
Dim value As ContentDispositionHeaderValue 
value = instance.ContentDisposition
instance.ContentDisposition = value
public ContentDispositionHeaderValue ContentDisposition { get; set; }
public:
property ContentDispositionHeaderValue^ ContentDisposition {
    ContentDispositionHeaderValue^ get ();
    void set (ContentDispositionHeaderValue^ value);
}
member ContentDisposition : ContentDispositionHeaderValue with get, set
function get ContentDisposition () : ContentDispositionHeaderValue 
function set ContentDisposition (value : ContentDispositionHeaderValue)
Property Value
Type: System.Net.Http.Headers.ContentDispositionHeaderValue