[ENH] - Add Prerender IModuleControl property (similar to RenderMode) #4178

This commit is contained in:
vnetonline
2024-04-23 15:22:02 +10:00
parent 1e8e246ffb
commit cfb128acb8
6 changed files with 12 additions and 2 deletions

View File

@ -117,6 +117,8 @@ namespace Oqtane.Models
public bool UseAdminContainer { get; set; }
[NotMapped]
public string RenderMode{ get; set; }
[NotMapped]
public bool Prerender { get; set; }
#endregion