gpt4 book ai didi

c# - 为什么我不能在类中使用 HttpServerUtility.HtmlEncode?

转载 作者:可可西里 更新时间:2023-11-01 08:13:54 24 4
gpt4 key购买 nike

我正在尝试使用以下代码:

string myString = HttpServerUtility.HtmlEncode("my link & details");

我收到以下错误:

An object reference is required for the nonstatic field, method, or property.

为什么我不能在类中使用 HttpServerUtility.HtmlEncode

最佳答案

您可以改用 HttpUtility,它有一个不依赖于 HttpContext 的静态方法。

string myString = HttpUtility.HtmlEncode("my link & details");

More info on HttpUtility.HtmlEncode method on the MSDN .

关于c# - 为什么我不能在类中使用 HttpServerUtility.HtmlEncode?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10260658/

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