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 952450f commit 7a84864Copy full SHA for 7a84864
src/BootstrapBlazor/Components/FullScreen/FullScreenButton.razor.cs
@@ -14,7 +14,7 @@ public partial class FullScreenButton
14
/// 获得/设置 退出全屏图标 默认 fa-solid fa-maximize
15
/// </summary>
16
[Parameter]
17
- [Obsolete("已启用,请使用 Icon 参数 Please use Icon parameter")]
+ [Obsolete("已弃用,请使用 Icon 参数;Deprecated. Please use Icon parameter")]
18
[ExcludeFromCodeCoverage]
19
public string? FullScreenIcon { get => FullScreenExitIcon; set => FullScreenExitIcon = value; }
20
0 commit comments