「ASP.NET Coreのセッションに文字列を入れる」の版間の差分

imported>Administrator
編集の要約なし
編集の要約なし
 
(他の1人の利用者による、間の3版が非表示)
9行目: 9行目:
   HttpContext.Session.SetString(string key, string value)
   HttpContext.Session.SetString(string key, string value)


<source>
<source lang="csharp">
     using System;
     using System;
     using System.Collections.Generic;
     using System.Collections.Generic;