Click or drag to resize
HttpContextExtensions Class
Extensions for HttpContextBase class.
Inheritance Hierarchy
SystemObject
  CMS.AspNet.Platform.InternalHttpContextExtensions

Namespace: CMS.AspNet.Platform.Internal
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public static class HttpContextExtensions

The HttpContextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetProxy
Wraps the .NET Core HttpContextBase within a proxy class implementation of IHttpContext.
Top
See Also