HttpResponse.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 le HttpContext pour cette réponse.
public:
abstract property Microsoft::AspNetCore::Http::HttpContext ^ HttpContext { Microsoft::AspNetCore::Http::HttpContext ^ get(); };
public abstract Microsoft.AspNetCore.Http.HttpContext HttpContext { get; }
member this.HttpContext : Microsoft.AspNetCore.Http.HttpContext
Public MustOverride ReadOnly Property HttpContext As HttpContext