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