UnitTests.Subtext.SimulatedHttpRequest.GetAppPath C# (CSharp) Method

GetAppPath() public method

Returns the virtual path to the currently executing server application.
public GetAppPath ( ) : string
return string
        public override string GetAppPath()
        {
            string appPath = base.GetAppPath();
            return appPath;
        }