Namespace Umbraco.Cms.Core.Web
Classes
HybridUmbracoContextAccessor
Implements a hybrid IUmbracoContextAccessor.
Interfaces
ICookieManager
IRequestAccessor
ISessionManager
IUmbracoContext
IUmbracoContextAccessor
Provides access to a TryGetUmbracoContext bool method that will return true if the "current" IUmbracoContext is not null. Provides a Clear() method that will clear the current IUmbracoContext object. Provides a Set() method that til set the current IUmbracoContext object.
IUmbracoContextFactory
Creates and manages IUmbracoContext instances.