StaticFileResponseContext.Context 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.
Les informations de demande et de réponse.
public:
property Microsoft::AspNetCore::Http::HttpContext ^ Context { Microsoft::AspNetCore::Http::HttpContext ^ get(); };
public Microsoft.AspNetCore.Http.HttpContext Context { get; }
member this.Context : Microsoft.AspNetCore.Http.HttpContext
Public ReadOnly Property Context As HttpContext