ContentDispositionHeaderValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ContentDispositionHeaderValue class.
Overloads
ContentDispositionHeaderValue(ContentDispositionHeaderValue) |
Initializes a new instance of the ContentDispositionHeaderValue class. |
ContentDispositionHeaderValue(String) |
Initializes a new instance of the ContentDispositionHeaderValue class. |
ContentDispositionHeaderValue(ContentDispositionHeaderValue)
Initializes a new instance of the ContentDispositionHeaderValue class.
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)
Parameters
Applies to
ContentDispositionHeaderValue(String)
Initializes a new instance of the ContentDispositionHeaderValue class.
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)
Parameters
- dispositionType
- String
A string that contains a ContentDispositionHeaderValue.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.