Skip to content

Commit 0883834

Browse files
committed
doc(DrawerOptionExtensions): update documentation
1 parent 0a8f3d6 commit 0883834

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/BootstrapBlazor/Extensions/DrawerOptionExtensions.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ public static class DrawerOptionExtensions
1515
/// <para lang="zh">获得 组件渲染块</para>
1616
/// <para lang="en">Get component render fragment</para>
1717
/// </summary>
18-
/// <param name="drawerOption"></param>
18+
/// <param name="drawerOption">
19+
/// <para lang="zh"><see cref="DrawerOption"/> 实例</para>
20+
/// <para lang="en"><see cref="DrawerOption"/> instance</para>
21+
/// </param>
1922
public static RenderFragment? GetContent(this DrawerOption drawerOption) => drawerOption.ChildContent ?? drawerOption.Component?.Render();
2023
}

0 commit comments

Comments
 (0)