gpt4 book ai didi

c# - HttpContext.Current.Items.TryGetValue 由于其保护级别而无法访问

转载 作者:太空宇宙 更新时间:2023-11-03 21:08:41 25 4
gpt4 key购买 nike

.Net 4.5 MVC 5 应用程序。

我想在 HttpContext.Current.Items 上使用 TryGetValue,但我收到错误 DictionaryExtensions.TryGetValue ... 由于其保护级别而无法访问。

我错过了什么?

最佳答案

HttpContext.Current.Items 是 System.Collections.IDictionary ( https://msdn.microsoft.com/en-us/library/system.collections.idictionary(v=vs.110).aspx ),它不同于 System.Collections.Generic.IDictionary ( https://msdn.microsoft.com/en-us/library/bb299639(v=vs.110).aspx )

HttpContext.Current.Items[key] 如果键不存在则返回 null,因此它不需要 TryGetValue 方法。

关于c# - HttpContext.Current.Items.TryGetValue 由于其保护级别而无法访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39297539/

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