Arraybracket.Bundling.Tests.ScriptDependencyOrdererTests.TestBase._GetVirtualPath C# (CSharp) Method

_GetVirtualPath() private static method

private static _GetVirtualPath ( string fullPath ) : string
fullPath string
return string
        private static string _GetVirtualPath(string fullPath)
        {
            return fullPath.Replace(_ContentPath, "").Replace('\\', '/');
        }