HttpContext.Session Özellik

Tanım

Bu istek için kullanıcı oturumu verilerini yönetmek için kullanılan nesneyi alır veya ayarlar.

public:
 abstract property Microsoft::AspNetCore::Http::ISession ^ Session { Microsoft::AspNetCore::Http::ISession ^ get(); void set(Microsoft::AspNetCore::Http::ISession ^ value); };
public abstract Microsoft.AspNetCore.Http.ISession Session { get; set; }
member this.Session : Microsoft.AspNetCore.Http.ISession with get, set
Public MustOverride Property Session As ISession

Özellik Değeri

Şunlara uygulanır