load PageState in App component and pass to SiteRouter to optimize data loading
This commit is contained in:
@ -25,6 +25,7 @@ namespace Oqtane.UI
|
||||
public string ReturnUrl { get; set; }
|
||||
public bool IsInternalNavigation { get; set; }
|
||||
public Guid RenderId { get; set; }
|
||||
public bool Refresh { get; set; }
|
||||
|
||||
public List<Page> Pages
|
||||
{
|
||||
|
Reference in New Issue
Block a user