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.
Initializes a new instance of the ContentDispositionHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    dispositionType As String _
)
'Usage
Dim dispositionType As String 
Dim instance As New ContentDispositionHeaderValue(dispositionType)
public ContentDispositionHeaderValue(
    string dispositionType
)
public:
ContentDispositionHeaderValue(
    String^ dispositionType
)
new : 
        dispositionType:string -> ContentDispositionHeaderValue
public function ContentDispositionHeaderValue(
    dispositionType : String
)
Parameters
- dispositionType
 Type: System.String
See Also
Reference
ContentDispositionHeaderValue Class