mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
Merge pull request #4183 from sbwalker/dev
fix path issue for root page
This commit is contained in:
commit
e4c1b17810
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user