IFormFile.Headers 屬性

定義

取得已上傳檔案的標頭字典。

public:
 property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Headers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); };
public Microsoft.AspNetCore.Http.IHeaderDictionary Headers { get; }
member this.Headers : Microsoft.AspNetCore.Http.IHeaderDictionary
Public ReadOnly Property Headers As IHeaderDictionary

屬性值

適用於