Upgrade Nuget
大石头 authored at 2024-09-08 14:02:44
156.00 B
NewLife.Remoting
@{
    var theme = CubeSetting.Current.Theme;
    if (String.IsNullOrEmpty(theme)) theme = "ACE";

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