add support for preserving state when loading admin components

This commit is contained in:
Shaun Walker
2022-08-12 10:43:00 -04:00
parent f96129fa37
commit fc6a794714
8 changed files with 27 additions and 25 deletions

View File

@ -20,8 +20,9 @@ namespace Oqtane.UI
public string Action { get; set; }
public bool EditMode { get; set; }
public DateTime LastSyncDate { get; set; }
public Oqtane.Shared.Runtime Runtime { get; set; }
public Shared.Runtime Runtime { get; set; }
public int VisitorId { get; set; }
public string RemoteIPAddress { get; set; }
public string ReturnUrl { get; set; }
}
}