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.
Net.Like.Xue.Tokyo/Assets/BITKit/Blazor/IStandalonePage.cs

12 lines
211 B
C#

namespace BITKit.Blazor
{
/// <summary>
/// 独立窗口, 继承该接口的Razor Page将不会走Layout布局,将全屏显示
/// </summary>
public interface IStandalonePage
{
}
}