IHttpResponseTrailersFeature.Trailers 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 ou définit les en-têtes de bande-annonce.
public:
property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Trailers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); void set(Microsoft::AspNetCore::Http::IHeaderDictionary ^ value); };
public Microsoft.AspNetCore.Http.IHeaderDictionary Trailers { get; set; }
member this.Trailers : Microsoft.AspNetCore.Http.IHeaderDictionary with get, set
Public Property Trailers As IHeaderDictionary