ContentDispositionHeaderValueIdentityExtensions.IsFormDisposition Method
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.
Checks if the content disposition header is a form disposition
public:
[System::Runtime::CompilerServices::Extension]
static bool IsFormDisposition(Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ header);
public static bool IsFormDisposition (this Microsoft.Net.Http.Headers.ContentDispositionHeaderValue header);
static member IsFormDisposition : Microsoft.Net.Http.Headers.ContentDispositionHeaderValue -> bool
<Extension()>
Public Function IsFormDisposition (header As ContentDispositionHeaderValue) As Boolean
Parameters
The header to check
Returns
True if the header is form disposition, false otherwise