add ability to reload JavaScript on page transitions with enhanced navigation

This commit is contained in:
sbwalker
2024-03-08 14:03:22 -05:00
parent 32efeee4c7
commit 7f74e79253
4 changed files with 111 additions and 6 deletions

View File

@ -67,6 +67,11 @@ namespace Oqtane.Models
/// </summary>
public string RenderMode { get; set; }
/// <summary>
/// Indicates that a script should be reloaded on every page transition - not applicable to Stylesheets
/// </summary>
public bool Reload { get; set; }
/// <summary>
/// The namespace of the component that declared the resource - only used in SiteRouter
/// </summary>