Skip to content

Commit a4a2841

Browse files
committed
feat: 增加 IsMemorialMode 参数
1 parent 117ecd8 commit a4a2841

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BootstrapBlazor/Options/BootstrapBlazorOptions.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public class BootstrapBlazorOptions : IOptions<BootstrapBlazorOptions>
125125
/// </summary>
126126
public CacheManagerOptions CacheManagerOptions { get; set; } = new();
127127

128+
/// <summary>
129+
/// Get or sets website use memorial mode. default is false
130+
/// </summary>
131+
public bool IsMemorialMode { get; set; }
132+
128133
BootstrapBlazorOptions IOptions<BootstrapBlazorOptions>.Value => this;
129134

130135
/// <summary>

0 commit comments

Comments
 (0)