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 347b54e commit c8f724bCopy full SHA for c8f724b
src/BootstrapBlazor/Components/Layout/Layout.razor.cs
@@ -104,8 +104,9 @@ public partial class Layout : IHandlerException
104
public bool IsFullSide { get; set; }
105
106
/// <summary>
107
- /// 获得/设置 是否为正页面布局 默认为 false
+ /// 获得/设置 是否为整页面布局 默认为 false
108
/// </summary>
109
+ /// <remarks>为真时增加 is-page 样式</remarks>
110
[Parameter]
111
public bool IsPage { get; set; }
112
0 commit comments