Click or drag to resize
IHttpContextRetriever Interface
Encapsulates the access to IHttpContext instance.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IHttpContextRetriever

The IHttpContextRetriever type exposes the following members.

Methods
  NameDescription
Public methodGetContext
Gets the instance of IHttpContext of current web request.
Top
Remarks
The implementation of this interface is expected to have Singleton lifestyle.
See Also