Url parameters working on any page, plus queries and anchors

This commit is contained in:
Michael Atwood
2020-06-30 03:41:35 -07:00
parent fdc39d57fb
commit c5037e7084
5 changed files with 100 additions and 77 deletions

View File

@ -19,7 +19,8 @@ namespace Oqtane.Shared
public const string ActionToken = "{Action}";
public const string DefaultAction = "Index";
public const string AdminPane = "Admin";
public const string ModuleSegment = "module";
public const string ModuleDelimiter = "*";
public const string UrlParametersDelimiter = "!";
// Default Module Actions are reserved and should not be used by modules
public static readonly string[] DefaultModuleActions = new[] { "Settings", "Import", "Export" };