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( HttpContextBase httpContextBase ) |
Visual Basic |
---|
Public Sub New ( _ httpContextBase As HttpContextBase _ ) |
Visual C++ |
---|
public: UrlSpace( HttpContextBase^ httpContextBase ) |
Parameters
- httpContextBase
- Type: System.Web..::..HttpContextBase
The HTTP context base.