@if (!HttpContext.Current.IsDebuggingEnabled)
{
}
HttpContext.Current.IsDebuggingEnabled
的值取决于web.config中的
<compilation debug="true" targetFramework =" 4.5" />
本文为“技术点滴”的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
@if (!HttpContext.Current.IsDebuggingEnabled)
{
}
HttpContext.Current.IsDebuggingEnabled
的值取决于web.config中的
<compilation debug="true" targetFramework =" 4.5" />