SignInManager<TUser>.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.
HttpContext utilisé.
protected public:
property Microsoft::AspNetCore::Http::HttpContext ^ Context { Microsoft::AspNetCore::Http::HttpContext ^ get(); void set(Microsoft::AspNetCore::Http::HttpContext ^ value); };
public:
property Microsoft::AspNetCore::Http::HttpContext ^ Context { Microsoft::AspNetCore::Http::HttpContext ^ get(); void set(Microsoft::AspNetCore::Http::HttpContext ^ value); };
protected internal Microsoft.AspNetCore.Http.HttpContext Context { get; set; }
public Microsoft.AspNetCore.Http.HttpContext Context { get; set; }
member this.Context : Microsoft.AspNetCore.Http.HttpContext with get, set
Protected Friend Property Context As HttpContext
Public Property Context As HttpContext