add support specifying RenderMode for Resources
This commit is contained in:
@ -62,6 +62,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string Content { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// For Scripts this defines the render mode (default is all render modes) - not applicable to Stylesheets
|
||||
/// </summary>
|
||||
public string RenderMode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The namespace of the component that declared the resource - only used in SiteRouter
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user