SignInManager<TUser>.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HttpContext used.
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