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.

Применяется к