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 b1fc4f1 commit 6347075Copy full SHA for 6347075
src/BootstrapBlazor/Extensions/DialogServiceExtensions.cs
@@ -17,7 +17,7 @@ public static class DialogServiceExtensions
17
/// </summary>
18
/// <param name="service">DialogService 服务实例</param>
19
/// <param name="title">对话框标题,优先级高于 <see cref="DialogOption.Title"/></param>
20
- /// <param name="parameters">TCom 组件所需要的参数集合</param>
+ /// <param name="parameters">TComponent 组件所需要的参数集合</param>
21
/// <param name="dialog">指定弹窗组件 默认为 null 使用 <see cref="BootstrapBlazorRoot"/> 组件内置弹窗组件</param>
22
public static Task Show<TComponent>(this DialogService service, string title, IDictionary<string, object?>? parameters = null, Dialog? dialog = null) where TComponent : IComponent
23
{
0 commit comments