AuthenticationHandler<TOptions>.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.
Obtient ou définit HttpContext.
protected:
property Microsoft::AspNetCore::Http::HttpContext ^ Context { Microsoft::AspNetCore::Http::HttpContext ^ get(); };
protected Microsoft.AspNetCore.Http.HttpContext Context { get; }
member this.Context : Microsoft.AspNetCore.Http.HttpContext
member this.Context : Microsoft.AspNetCore.Http.HttpContext
Protected ReadOnly Property Context As HttpContext