Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Microsoft.​Net.​Http.​Headers.​ContentDispositionHeaderValueIdentityExtensions
Assembly: Microsoft.Net.Http.Headers
Inheritance: object → ContentDispositionHeaderValueIdentityExtensions
Various extension methods for <see cref="T:Microsoft.Net.Http.Headers.ContentDispositionHeaderValue" /> for identifying the type of the disposition header
Methods
public static
bool
IsFileDisposition​(ContentDispositionHeaderValue header)
Checks if the content disposition header is a file disposition
Returns True if the header is file disposition, false otherwise
header
The header to check
public static
bool
IsFormDisposition​(ContentDispositionHeaderValue header)
Checks if the content disposition header is a form disposition
Returns True if the header is form disposition, false otherwise
header
The header to check
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object