asp.net CommunityServer中的wwwStatus
摘要:wwwStatus(default=Remove)Threesupportedvalues:Require,Remove,IgnoreReq...
wwwStatus (default = Remove)
Three supported values: Require, Remove, Ignore
Require validates the current Url uses www. (ie, http://www.communityserver.org)
Remove validates the current Url does not contain www.
Ignore does not validate the request
大概意思是:
有3个属性:Require, Remove, Ignore。使用Require意味着必须使用www;使用Remove则意味着如果使用www.jb51.net则会自动跳为jb51.net;而使用Ignore则以为着不处理。
【asp.net CommunityServer中的wwwStatus】相关文章:
★ Community Server专题三:HttpModule
★ Community Server专题一:概述Community Server
★ asp.net Google的translate工具翻译 API
★ 在asp.net下实现Option条目中填充前导空格的方法
★ asp.net 分页sql语句(结合aspnetpager)