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 0a8f3d6 commit 0883834Copy full SHA for 0883834
1 file changed
src/BootstrapBlazor/Extensions/DrawerOptionExtensions.cs
@@ -15,6 +15,9 @@ public static class DrawerOptionExtensions
15
/// <para lang="zh">获得 组件渲染块</para>
16
/// <para lang="en">Get component render fragment</para>
17
/// </summary>
18
- /// <param name="drawerOption"></param>
+ /// <param name="drawerOption">
19
+ /// <para lang="zh"><see cref="DrawerOption"/> 实例</para>
20
+ /// <para lang="en"><see cref="DrawerOption"/> instance</para>
21
+ /// </param>
22
public static RenderFragment? GetContent(this DrawerOption drawerOption) => drawerOption.ChildContent ?? drawerOption.Component?.Render();
23
}
0 commit comments