Initializes a new instance of the UrlSpace class.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public UrlSpace( HttpContext httpContext ) |
Visual Basic |
---|
Public Sub New ( _ httpContext As HttpContext _ ) |
Visual C++ |
---|
public: UrlSpace( HttpContext^ httpContext ) |
Parameters
- httpContext
- Type: System.Web..::..HttpContext
The HTTP context.