ContentDispositionHeaderValue Constructors

Definition

Initializes a new instance of the ContentDispositionHeaderValue class.

Overloads

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

Initializes a new instance of the ContentDispositionHeaderValue class.

ContentDispositionHeaderValue(String)

Initializes a new instance of the ContentDispositionHeaderValue class.

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

Source:
ContentDispositionHeaderValue.cs
Source:
ContentDispositionHeaderValue.cs
Source:
ContentDispositionHeaderValue.cs

Initializes a new instance of the ContentDispositionHeaderValue class.

protected:
 ContentDispositionHeaderValue(System::Net::Http::Headers::ContentDispositionHeaderValue ^ source);
protected ContentDispositionHeaderValue (System.Net.Http.Headers.ContentDispositionHeaderValue source);
new System.Net.Http.Headers.ContentDispositionHeaderValue : System.Net.Http.Headers.ContentDispositionHeaderValue -> System.Net.Http.Headers.ContentDispositionHeaderValue
Protected Sub New (source As ContentDispositionHeaderValue)

Parameters

Applies to

ContentDispositionHeaderValue(String)

Source:
ContentDispositionHeaderValue.cs
Source:
ContentDispositionHeaderValue.cs
Source:
ContentDispositionHeaderValue.cs

Initializes a new instance of the ContentDispositionHeaderValue class.

public:
 ContentDispositionHeaderValue(System::String ^ dispositionType);
public ContentDispositionHeaderValue (string dispositionType);
new System.Net.Http.Headers.ContentDispositionHeaderValue : string -> System.Net.Http.Headers.ContentDispositionHeaderValue
Public Sub New (dispositionType As String)

Parameters

dispositionType
String

A string that contains a ContentDispositionHeaderValue.

Applies to