add ability to reload JavaScript on page transitions with enhanced navigation
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user