Merge branch 'oqtane:dev' into dev

This commit is contained in:
vnetonline
2024-04-24 06:36:47 +10:00
committed by GitHub
15 changed files with 32 additions and 22 deletions

View File

@ -44,7 +44,7 @@ namespace Oqtane.Shared
string querystring = "";
string fragment = "";
if (!string.IsNullOrEmpty(path)) path = "/" + path;
if (!string.IsNullOrEmpty(path) && !path.StartsWith("/")) path = "/" + path;
if (!string.IsNullOrEmpty(parameters))
{