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 373f5c7 commit 107ff0cCopy full SHA for 107ff0c
src/BootstrapBlazor/Components/Tab/Tab.razor.cs
@@ -432,7 +432,7 @@ public partial class Tab
432
public ITabHeader? TabHeader { get; set; }
433
434
/// <summary>
435
- /// 获得/设置 是否开启全局异常捕获 默认 null 读取配置文件 EnableErrorLogger 值
+ /// 获得/设置 是否开启全局异常捕获 默认 null 读取配置文件 <see cref="BootstrapBlazorOptions.EnableErrorLogger"/> 值
436
/// </summary>
437
[Parameter]
438
public bool? EnableErrorLogger { get; set; }
0 commit comments