ContentType
Contents
[
Hide
]ContentType class
Represents a Content-Type header.
Constructors
| Name | Description |
|---|---|
| ContentType (3 overloads) | Initializes a new instance of the ContentType class. |
Methods
| Name | Description |
|---|---|
| Clone | |
| Equals | Determines whether the specified System::Object is equal to this instance. |
| get_Boundary | Gets the value of the boundary parameter included in the Content-Type header. |
| get_CharSet | Gets the value of the charset parameter. |
| get_CreatedManually | |
| get_IsChanged | Gets a value indicating whether content type is changed. |
| get_MediaType | Gets the internet media type. |
| get_Name | Gets the value of the name parameter. |
| get_Parameters | Gets the dictionary that contains the parameters. |
| GetHashCode | Returns a hash code for this instance. |
| PersistIfNeeded | |
| Set | |
| set_Boundary | Sets the value of the boundary parameter included in the Content-Type header. |
| set_CharSet | Sets the value of the charset parameter. |
| set_MediaType | Sets the internet media type. |
| set_Name | Sets the value of the name parameter. |
| ToString | Returns a System::String that represents this instance. |
| parameters |