Aracılığıyla paylaş


ContentDispositionHeaderValue Oluşturucular

Tanım

ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.

ContentDispositionHeaderValue(String)

ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

Kaynak:
ContentDispositionHeaderValue.cs
Kaynak:
ContentDispositionHeaderValue.cs
Kaynak:
ContentDispositionHeaderValue.cs

ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.

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)

Parametreler

Şunlara uygulanır

ContentDispositionHeaderValue(String)

Kaynak:
ContentDispositionHeaderValue.cs
Kaynak:
ContentDispositionHeaderValue.cs
Kaynak:
ContentDispositionHeaderValue.cs

ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.

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)

Parametreler

dispositionType
String

içeren bir ContentDispositionHeaderValuedize.

Şunlara uygulanır