ContentDispositionHeaderValue 생성자

정의

ContentDispositionHeaderValue 클래스의 새 인스턴스를 초기화합니다.

오버로드

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

ContentDispositionHeaderValue 클래스의 새 인스턴스를 초기화합니다.

ContentDispositionHeaderValue(String)

ContentDispositionHeaderValue 클래스의 새 인스턴스를 초기화합니다.

ContentDispositionHeaderValue(ContentDispositionHeaderValue)

Source:
ContentDispositionHeaderValue.cs
Source:
ContentDispositionHeaderValue.cs
Source:
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)

Source:
ContentDispositionHeaderValue.cs
Source:
ContentDispositionHeaderValue.cs
Source:
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를 포함하는 문자열입니다.

적용 대상