ContentDispositionHeaderValue コンストラクター

定義

ContentDispositionHeaderValue クラスの新しいインスタンスを初期化します。

オーバーロード

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

ContentDispositionHeaderValue クラスの新しいインスタンスを初期化します。

ContentDispositionHeaderValue(String)

ContentDispositionHeaderValue クラスの新しいインスタンスを初期化します。

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

ソース:
ContentDispositionHeaderValue.cs
ソース:
ContentDispositionHeaderValue.cs
ソース:
ContentDispositionHeaderValue.cs

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)

パラメーター

適用対象

ContentDispositionHeaderValue(String)

ソース:
ContentDispositionHeaderValue.cs
ソース:
ContentDispositionHeaderValue.cs
ソース:
ContentDispositionHeaderValue.cs

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)

パラメーター

dispositionType
String

ContentDispositionHeaderValue を含む文字列。

適用対象