Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
|
||||
namespace RobotNet10.Components;
|
||||
|
||||
public static class RenderMode
|
||||
{
|
||||
public readonly static InteractiveWebAssemblyRenderMode InteractiveWebAssemblyNoPrerender = new(prerender: false);
|
||||
}
|
||||
Reference in New Issue
Block a user