示例#1
0
 public static string GetTitle(ITitleComponent that) => that.Value <string>("title");
示例#2
0
 public static IHtmlString GetSubTitle(ITitleComponent that) => that.Value <IHtmlString>("subTitle");