gpt4 book ai didi

c# - Server.Transfer 在 C# 代码中。服务器在当前上下文中不存在

转载 作者:太空宇宙 更新时间:2023-11-03 17:55:22 24 4
gpt4 key购买 nike

我正在制作一个将从网页调用的方法,该网页使用 Server.Transfer终止当前页面的执行并开始执行新页面。

但是,由于我制作的方法不是 aspx 页面,Service Studio 会提示当前上下文中不存在服务器实例。

我怎样才能避免这种情况?

最佳答案

使用HttpContext.Current(System.Web 中定义的System.Web.HttpContext 类)

即使您正在为 Web 应用程序开发类库,您也可以引用和使用它。

您可能需要 HttpContext.Current.Server,但您可能还会在那里找到其他有用的数据。

关于c# - Server.Transfer 在 C# 代码中。服务器在当前上下文中不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12311171/

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