Overflow/Overflow.Web.Client/RenderModeSettings.cs
Andy Pack 25f3934408
All checks were successful
ci / Build & Unit Test (8.0.x) (push) Successful in 2m24s
ci / Build Containers (push) Successful in 16m5s
updating deps, shifting pages and components into client library, using radzen layout
2024-09-30 17:16:59 +01:00

8 lines
190 B
C#

using Microsoft.AspNetCore.Components;
namespace Overflow.Web.Client;
public static class RenderModeSettings
{
public static IComponentRenderMode? InteractiveRenderMode { get; set; }
}