Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
  System.Net.Http.Headers.ContentDispositionHeaderValue
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class ContentDispositionHeaderValue
'Usage
Dim instance As ContentDispositionHeaderValue
public class ContentDispositionHeaderValue
public ref class ContentDispositionHeaderValue
type ContentDispositionHeaderValue =  class end
public class ContentDispositionHeaderValue
The ContentDispositionHeaderValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ContentDispositionHeaderValue(String) | Initializes a new instance of the ContentDispositionHeaderValue class. | 
| .gif) | ContentDispositionHeaderValue(ContentDispositionHeaderValue) | Initializes a new instance of the ContentDispositionHeaderValue class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CreationDate | Gets or sets {insert text here}. | 
| .gif) | DispositionType | Gets or sets {insert text here}. | 
| .gif) | FileName | Gets or sets {insert text here}. | 
| .gif) | FileNameStar | Gets or sets {insert text here}. | 
| .gif) | ModificationDate | Gets or sets {insert text here}. | 
| .gif) | Name | Gets or sets {insert text here}. | 
| .gif) | Parameters | Gets {insert text here}. | 
| .gif) | ReadDate | Gets or sets {insert text here}. | 
| .gif) | Size | Gets or sets {insert text here}. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Overrides Object.GetHashCode().) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) .gif) | Parse | |
| .gif) | ToString | (Overrides Object.ToString().) | 
| .gif) .gif) | TryParse | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.