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