OutputFormatterCanWriteContext.HttpContext 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 le HttpContext contexte associé à l’opération en cours.
public: virtual property Microsoft::AspNetCore::Http::HttpContext ^ HttpContext { public:
Microsoft::AspNetCore::Http::HttpContext ^ get(); protected:
void set(Microsoft::AspNetCore::Http::HttpContext ^ value); };
public virtual Microsoft.AspNetCore.Http.HttpContext HttpContext { get; protected set; }
member this.HttpContext : Microsoft.AspNetCore.Http.HttpContext with get, set
Public Overridable Property HttpContext As HttpContext