Castle.MonoRail.Framework.RoutingModule.GetPath C# (CSharp) Method

GetPath() private static method

private static GetPath ( ) : string
return string
		private static string GetPath()
		{
			return HttpContext.Current.Request.FilePath;
		}