We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ecd8 commit a4a2841Copy full SHA for a4a2841
src/BootstrapBlazor/Options/BootstrapBlazorOptions.cs
@@ -125,6 +125,11 @@ public class BootstrapBlazorOptions : IOptions<BootstrapBlazorOptions>
125
/// </summary>
126
public CacheManagerOptions CacheManagerOptions { get; set; } = new();
127
128
+ /// <summary>
129
+ /// Get or sets website use memorial mode. default is false
130
+ /// </summary>
131
+ public bool IsMemorialMode { get; set; }
132
+
133
BootstrapBlazorOptions IOptions<BootstrapBlazorOptions>.Value => this;
134
135
/// <summary>
0 commit comments