Removed anchor property and hash is only set if there is anchor
This commit is contained in:
@ -15,7 +15,6 @@ namespace Oqtane.UI
|
||||
public Uri Uri { get; set; }
|
||||
public Dictionary<string, string> QueryString { 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; }
|
||||
|
Reference in New Issue
Block a user