[ENH] - Add Prerender IModuleControl property (similar to RenderMode) #4178
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user