次の方法で共有


ContentDispositionHeaderValue コンストラクター

定義

オーバーロード

ContentDispositionHeaderValue(StringSegment)

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

ContentDispositionHeaderValue(String)

ContentDispositionHeaderValue(StringSegment)

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

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

public:
 ContentDispositionHeaderValue(Microsoft::Extensions::Primitives::StringSegment dispositionType);
public ContentDispositionHeaderValue (Microsoft.Extensions.Primitives.StringSegment dispositionType);
new Microsoft.Net.Http.Headers.ContentDispositionHeaderValue : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.ContentDispositionHeaderValue
Public Sub New (dispositionType As StringSegment)

パラメーター

dispositionType
StringSegment

StringSegmentコンテンツ処理の種類を表す 。

適用対象

ContentDispositionHeaderValue(String)

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

パラメーター

dispositionType
String

適用対象