我想在HttpModule设置过滤器,只对首页之外的页面过滤,该怎么做?
------解决方案--------------------------------------------------------
string path = content.Request.Path.ToLower();
if (path.StartsWith("/index.aspx") == true)
{
}
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
第一次见 不错~