spcontext

在子网站下得到的值

SPContext.Current.Site.Url.ToString();  

http://moss-dev/

 

SPContext.Current.Web.Url.ToString();

http://moss-dev/MyTest

 

SPContext.Current.Site.RootWeb.Url.ToString();

http://moss-dev/

你可能感兴趣的:(context)