fix #2912 - move JavaScript handling from ThemeBuilder to component OnAfterRenderAsync

This commit is contained in:
sbwalker
2023-06-21 08:31:51 -04:00
parent c8a679ecce
commit 8067b2e634
5 changed files with 71 additions and 31 deletions

View File

@ -62,6 +62,10 @@ namespace Oqtane.Models
/// </summary>
public string Content { get; set; }
/// <summary>
/// The namespace of the component that declared the resource - only used in SiteRouter
/// </summary>
public string Namespace { get; set; }
[Obsolete("ResourceDeclaration is deprecated", false)]
public ResourceDeclaration Declaration { get; set; }