Dapatkan Konten Sesi di CSHTML

@using Microsoft.AspNetCore.Http
@{
	var x = Context.Session.GetString("Some Key");
}
Old-fashioned Okapi