This repository has been archived on 2025-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
|
namespace BITKit.Blazor
|
|
{
|
|
/// <summary>
|
|
/// 独立窗口, 继承该接口的Razor Page将不会走Layout布局,将全屏显示
|
|
/// </summary>
|
|
public interface IStandalonePage
|
|
{
|
|
|
|
}
|
|
}
|
|
|