OwinFeatureCollection.IHttpResponseFeature.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.
property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Microsoft::AspNetCore::Http::Features::IHttpResponseFeature::Headers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); void set(Microsoft::AspNetCore::Http::IHeaderDictionary ^ value); };
Microsoft.AspNetCore.Http.IHeaderDictionary Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.Headers { get; set; }
member this.Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.Headers : Microsoft.AspNetCore.Http.IHeaderDictionary with get, set
Property Headers As IHeaderDictionary Implements IHttpResponseFeature.Headers