render mode integration
This commit is contained in:
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