gpt4 book ai didi

c# - 无法找到 HttpContextBase 即使我正在使用 System.Web

转载 作者:行者123 更新时间:2023-12-03 19:41:36 25 4
gpt4 key购买 nike

代码

using System.Web;

abstract class CookieHandler
{
public CookieHandler(string domain)
{
CookieDomain = domain;
}
public string CookieDomain { get; set; }

public abstract void SetCookie(HttpContextBase context, CookieHandler value);
}

HttpContextBase 给我错误“找不到类型或命名空间 HttpContextBase” 当我尝试 HttpContext 时出现同样的错误。我想弄清楚为什么我不能再接收这个对象了。

我正在使用 .NET Framework 4.5.2 并且它有一个库类项目。

最佳答案

根据用户评论的建议,问题是我必须引用程序集 system.web.dll

关于c# - 无法找到 HttpContextBase 即使我正在使用 System.Web,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35757804/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com