gpt4 book ai didi

asp.net-mvc - 通过调用 Server.UrlDecode 对 ASP.Net MVC 操作结果进行单元测试

转载 作者:行者123 更新时间:2023-12-02 07:54:27 24 4
gpt4 key购买 nike

我们正在尝试在 ASP.Net MVC 项目中编写单元测试。

Controller 中的一些方法包含对 Server.UrlDecode 的调用

从单元测试调用时会失败并出现空引用异常。

有人有解决办法吗?

最佳答案

使用静态 HttpUtility 类及其 UrlDecode 方法。

HttpUtility.UrlDecode(mystring);

关于asp.net-mvc - 通过调用 Server.UrlDecode 对 ASP.Net MVC 操作结果进行单元测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2118136/

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