Skip to content
代码片段 群组 项目
未验证 提交 2f06d80d 编辑于 作者: github-actions[bot]'s avatar github-actions[bot] 提交者: GitHub
浏览文件

Correct the docs on ISession.IsAvailable #27733 (#36332)


Co-authored-by: default avatarChris Ross <chrross@microsoft.com>
上级 888e03a4
No related branches found
No related tags found
无相关合并请求
......@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Http
public interface ISession
{
/// <summary>
/// Indicate whether the current session has loaded.
/// Indicates whether the current session loaded successfully. Accessing this property before the session is loaded will cause it to be loaded inline.
/// </summary>
bool IsAvailable { get; }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册