[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

@ -35,5 +35,10 @@ namespace Oqtane.Modules
/// Specifies the required render mode for the module control ie. Static,Interactive
/// </summary>
string RenderMode { get; }
/// <summary>
/// Specifies the prerender mode for the moudle control ie: true or false
/// </summary>
bool Prerender { get; }
}
}