Aracılığıyla paylaş


MultipartSectionConverterExtensions.GetContentDispositionHeader Yöntem

Tanım

Bir bölümden içerik bırakma üst bilgisini alır ve ayrıştırır

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ GetContentDispositionHeader(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section);
public static Microsoft.Net.Http.Headers.ContentDispositionHeaderValue GetContentDispositionHeader (this Microsoft.AspNetCore.WebUtilities.MultipartSection section);
public static Microsoft.Net.Http.Headers.ContentDispositionHeaderValue? GetContentDispositionHeader (this Microsoft.AspNetCore.WebUtilities.MultipartSection section);
static member GetContentDispositionHeader : Microsoft.AspNetCore.WebUtilities.MultipartSection -> Microsoft.Net.Http.Headers.ContentDispositionHeaderValue
<Extension()>
Public Function GetContentDispositionHeader (section As MultipartSection) As ContentDispositionHeaderValue

Parametreler

section
MultipartSection

Alınacak bölüm

Döndürülenler

Üst bilgi bulunduysa a ContentDispositionHeaderValue , aksi takdirde null

Şunlara uygulanır