Answers for "Get Session content on cshtml"

0

Get Session content on cshtml

@using Microsoft.AspNetCore.Http
@{
	var x = Context.Session.GetString("Some Key");
}
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language