C#中有Application用法吗?

playfilemaker 2009-03-31 02:19:12
在ASP可以调用Application的方法,现用 C# 怎么调用呀?

conpublicKey = Application("contentserverpubkey")
seed = Application("seed")


我现在在asp.net的C#中要如何调用呢?
...全文
446 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
playfilemaker 2009-03-31
  • 打赏
  • 举报
回复
谢谢指点
a1048682065a 2009-03-31
  • 打赏
  • 举报
回复
Application["test"] = "test";

string test = Application["test"].ToString();
heyihong0208 2009-03-31
  • 打赏
  • 举报
回复
Application["test"] = "test";

string test = Application["test"].ToString();
ZZJ_4Ever 2009-03-31
  • 打赏
  • 举报
回复
楼上正解
js1722 2009-03-31
  • 打赏
  • 举报
回复
Application["test"] = "test";

string test = Application["test"].ToString();

111,126

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Creator Browser
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧