示例#1
0
 /// <summary>Static getter for title</summary>
 public static string GetTitle(ITitleSections that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
示例#2
0
 /// <summary>Static getter for SubTitle</summary>
 public static IHtmlString GetSubTitle(ITitleSections that)
 {
     return(that.GetPropertyValue <IHtmlString>("subTitle"));
 }