当前位置: 首页 > 图文教程 > 网络编程 > ASP > 自定义aspnet_client的位置
1
internal static string GetScriptLocation(HttpContext context)
2
...{
3
string text1 = null;
4
IDictionary dictionary1 = (IDictionary) context.GetConfig("system.web/webControls");
5
if (dictionary1 != null)
6
评论 (0) All