C# Class System.Web.Mvc.RouteInfo.InternalHttpContext

The InternalHttpContext class
Inheritance: HttpContextBase
Show file Open project: adaptabi/i18N-Complete

Public Methods

Method Description
InternalHttpContext ( Uri uri, string applicationPath ) : System

Creates a new instance of InternalHttpContext

Method Details

InternalHttpContext() public method

Creates a new instance of InternalHttpContext
public InternalHttpContext ( Uri uri, string applicationPath ) : System
uri System.Uri
applicationPath string
return System