Removed anchor property and hash is only set if there is anchor

This commit is contained in:
Michael Atwood
2020-06-30 12:49:56 -07:00
parent cb2d529689
commit 5e816ea912
3 changed files with 7 additions and 16 deletions

View File

@ -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; }