using Microsoft.AspNetCore.Components.Web; namespace RobotNet10.Components; public static class RenderMode { public readonly static InteractiveWebAssemblyRenderMode InteractiveWebAssemblyNoPrerender = new(prerender: false); }