Exemplo n.º 1
0
 /// <summary>Static getter for Title</summary>
 public static string GetTitle(ITitleControls that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
Exemplo n.º 2
0
 public static string GetTitle(ITitleControls that) => that.Value <string>("title");
Exemplo n.º 3
0
 /// <summary>Static getter for SubTitle</summary>
 public static IHtmlString GetSubTitle(ITitleControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("subTitle"));
 }
Exemplo n.º 4
0
 public static global::System.Web.IHtmlString GetSubTitle(ITitleControls that) => that.Value <global::System.Web.IHtmlString>("subTitle");