render mode integration
This commit is contained in:
@ -17,7 +17,6 @@ namespace Oqtane.Shared
|
||||
public string DefaultTheme { get; set; }
|
||||
public string DefaultContainer { get; set; }
|
||||
public string DefaultAdminContainer { get; set; }
|
||||
public string Runtime { get; set; }
|
||||
public string RenderMode { get; set; }
|
||||
public bool Register { get; set; }
|
||||
}
|
||||
|
8
Oqtane.Shared/Shared/RenderModes.cs
Normal file
8
Oqtane.Shared/Shared/RenderModes.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Oqtane.Shared {
|
||||
public class RenderModes {
|
||||
public const string StaticServer = "StaticServer";
|
||||
public const string InteractiveServer = "InteractiveServer";
|
||||
public const string InteractiveWebAssembly = "InteractiveWebAssembly";
|
||||
public const string InteractiveAuto = "InteractiveAuto";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user