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 1028807 commit b1fc4f1Copy full SHA for b1fc4f1
src/BootstrapBlazor/Extensions/DialogServiceExtensions.cs
@@ -8,12 +8,12 @@
8
namespace BootstrapBlazor.Components;
9
10
/// <summary>
11
-/// DialogService 扩展方法
+/// DialogService extensions method
12
/// </summary>
13
public static class DialogServiceExtensions
14
{
15
16
- /// 弹出带结果的对话框
+ /// Show dialog with generic type.
17
18
/// <param name="service">DialogService 服务实例</param>
19
/// <param name="title">对话框标题,优先级高于 <see cref="DialogOption.Title"/></param>
0 commit comments