次の方法で共有


MultipartSectionConverterExtensions.GetContentDispositionHeader メソッド

定義

セクションからコンテンツ処理ヘッダーを取得して解析します

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

パラメーター

section
MultipartSection

取得元のセクション

戻り値

ヘッダーが見つかった場合は A ContentDispositionHeaderValue 、それ以外の場合は null

適用対象