using (var web = SPContext.Current.Site.RootWeb)
{
//Some code
}
SPDisposeCheck 工具告诉我不要处置此对象 - 但我认为这是您应该处置 SP 对象的最佳示例!?
SPDisposeCheck 的输出:
注意:不应在此对象上调用 Dispose。初始分配:web := Microsoft.SharePoint.SPContext.get_Current().{Microsoft.SharePoint.SPContext}get_Site().{Microsoft.SharePoint.SPSite}get_RootWeb()