AspNetCore.Extensions.ScriptHelper.GetRelativeName C# (CSharp) Метод

GetRelativeName() приватный статический Метод

private static GetRelativeName ( string FullName ) : string
FullName string
Результат string
        private static string GetRelativeName(string FullName)
        {
            return FullName.Replace(webRootPath, "").Replace(@"\", "/");
        }