的
Sitecore.Context.PageMode.IsPageEditor
因爲Sitecore的8.0已被棄用在Sitecore.Kernel更新-6看到的是release notes:
Deprecated and removed functionality
The properties IsPageEditor, IsPageEditorDesigning and IsPageEditorEditing in the class Context.PageMode from Sitecore namespace have been deprecated in favor of the new introduced properties IsExperienceEditor and IsExperienceEditorEditing. Old properties will be removed in one of the future major versions. (438475)
在Sitecore的8.2更新1 Sitecore.Context.PageMode.IsPageEditor是除去 使用
Sitecore.Context.PageMode.IsExperienceEditor
同爲:
IsPageEditor, Obsolete Use IsExperienceEditor instead
IsPageEditorClassic, Deprecated always false
IsPageEditorDesigning, Obsolete Use IsExperienceEditorEditing instead
IsPageEditorEditing, Obsolete Use IsExperienceEditorEditing instead
IsPageEditorNavigating, Deprecated always false