Esempio n. 1
0
 /// <summary>Static getter for Title</summary>
 public static string GetTitle(ITitleComponent that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
Esempio n. 2
0
 /// <summary>Static getter for Subtitle</summary>
 public static IHtmlString GetSubtitle(ITitleComponent that)
 {
     return(that.GetPropertyValue <IHtmlString>("subtitle"));
 }