System.Web.Razor.RazorDebugHelpers.Normalize C# (CSharp) Method

Normalize() private static method

private static Normalize ( string path ) : string
path string
return string
        private static string Normalize(string path)
        {
            return Path.GetFileName(path).Replace('.', '_');
        }