IFormFile.Headers Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le dictionnaire d’en-tête du fichier chargé.
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