Sdílet prostřednictvím


ContentDispositionHeaderValueIdentityExtensions.IsFileDisposition Metoda

Definice

Zkontroluje, jestli hlavička dispozice obsahu je dispozice souboru.

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

Parametry

header
ContentDispositionHeaderValue

Hlavička, která se má zkontrolovat

Návraty

True, pokud je hlavička dispozice souboru, v opačném případě false

Platí pro