ContentDispositionHeaderValue Constructor (ContentDispositionHeaderValue)
Initializes a new instance of the ContentDispositionHeaderValue class.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Protected Sub New ( _
source As ContentDispositionHeaderValue _
)
'Usage
Dim source As ContentDispositionHeaderValue
Dim instance As New ContentDispositionHeaderValue(source)
protected ContentDispositionHeaderValue(
ContentDispositionHeaderValue source
)
protected:
ContentDispositionHeaderValue(
ContentDispositionHeaderValue^ source
)
new :
source:ContentDispositionHeaderValue -> ContentDispositionHeaderValue
protected function ContentDispositionHeaderValue(
source : ContentDispositionHeaderValue
)
Parameters
See Also
Reference
ContentDispositionHeaderValue Class