ContentDispositionHeaderValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ContentDispositionHeaderValue 類別的新執行個體。
多載
ContentDispositionHeaderValue(ContentDispositionHeaderValue) |
初始化 ContentDispositionHeaderValue 類別的新執行個體。 |
ContentDispositionHeaderValue(String) |
初始化 ContentDispositionHeaderValue 類別的新執行個體。 |
ContentDispositionHeaderValue(ContentDispositionHeaderValue)
初始化 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 類別的新執行個體。
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 的字串。