示例#1
0
 public static Umbraco.Core.Models.Blocks.BlockListModel GetTabBlocks(ITabs that) => that.Value <Umbraco.Core.Models.Blocks.BlockListModel>("tabBlocks");
示例#2
0
 public static bool GetTabStyle(ITabs that) => that.Value <bool>("tabStyle");
示例#3
0
 public static string GetAlignment(ITabs that) => that.Value <string>("alignment");
示例#4
0
 public static string GetTabSize(ITabs that) => that.Value <string>("tabSize");