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 的字符串。