Click or drag to resize

SystemWebContextManager Class

Implements the IContext interface providing a wrapper around the System.Web.HttpContext.Current implementation
Inheritance Hierarchy
SystemObject
  Dynamicweb.Environment.WebSystemWebContextManager

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public class SystemWebContextManager : IContext

The SystemWebContextManager type exposes the following members.

Constructors
  NameDescription
Public methodSystemWebContextManager
Initializes a new instance of the SystemWebContextManager.
Public methodSystemWebContextManager(HttpContextBase)
Initializes a new instance of the SystemWebContextManager with a specified HttpContextBase implementation
Top
Properties
Methods
  NameDescription
Public methodRewritePath
Rewrites the URL using the given virtual path, path information, query string information, and a Boolean value that specifies whether the client file path is set to the rewrite path.
Top
See Also