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