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

@ -14,7 +14,8 @@ namespace Oqtane.UI
public List<Module> Modules { get; set; }
public Uri Uri { get; set; }
public Dictionary<string, string> QueryString { get; set; }
public Dictionary<string, string> PageVariables { get; set; }
public string UrlParameters { get; set; }
public string Anchor { get; set; }
public int ModuleId { get; set; }
public string Action { get; set; }
public bool EditMode { get; set; }