Merge pull request #4177 from sbwalker/dev
fix #4165 - missing slash in subfolder sites
This commit is contained in:
commit
1e8e246ffb
@ -44,9 +44,10 @@ namespace Oqtane.Shared
|
|||||||
string querystring = "";
|
string querystring = "";
|
||||||
string fragment = "";
|
string fragment = "";
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(path)) path = "/" + path;
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(parameters))
|
if (!string.IsNullOrEmpty(parameters))
|
||||||
{
|
{
|
||||||
// parse parameters
|
|
||||||
(string urlparameters, querystring, fragment) = ParseParameters(parameters);
|
(string urlparameters, querystring, fragment) = ParseParameters(parameters);
|
||||||
if (!string.IsNullOrEmpty(urlparameters))
|
if (!string.IsNullOrEmpty(urlparameters))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user