v3.3.2025.0301 使用ISessionManager管理下发指令
大石头 authored at 2025-03-01 09:30:34
156.00 B
NewLife.Remoting
@{
    var theme = CubeSetting.Current.Theme;
    if (String.IsNullOrEmpty(theme)) theme = "ACE";

    Layout = "~/Views/" + theme + "/_Layout.cshtml";
}