mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-14 21:46:38 +08:00
注释
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Yi.Framework.WebCore
|
||||
{
|
||||
public static IServiceProvider? Instance { get; set; }
|
||||
|
||||
public static string Admin { get; set; } = "cc";
|
||||
|
||||
//需要兼容不存在http请求的情况
|
||||
public static bool GetHttp(out HttpContext? httpContext)
|
||||
{
|
||||
httpContext = null;
|
||||
|
||||
Reference in New Issue
Block a user