ContentDispositionHeaderValue Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ContentDispositionHeaderValue.

Przeciążenia

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

Inicjuje nowe wystąpienie klasy ContentDispositionHeaderValue.

ContentDispositionHeaderValue(String)

Inicjuje nowe wystąpienie klasy ContentDispositionHeaderValue.

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

Źródło:
ContentDispositionHeaderValue.cs
Źródło:
ContentDispositionHeaderValue.cs
Źródło:
ContentDispositionHeaderValue.cs

Inicjuje nowe wystąpienie klasy ContentDispositionHeaderValue.

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)

Parametry

Dotyczy

ContentDispositionHeaderValue(String)

Źródło:
ContentDispositionHeaderValue.cs
Źródło:
ContentDispositionHeaderValue.cs
Źródło:
ContentDispositionHeaderValue.cs

Inicjuje nowe wystąpienie klasy ContentDispositionHeaderValue.

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)

Parametry

dispositionType
String

Ciąg zawierający element ContentDispositionHeaderValue.

Dotyczy