예제 #1
0
 /// <summary>Static getter for Title Link</summary>
 public static Umbraco.Web.Models.RelatedLinks GetTitleLink(IBasicTitleControls that)
 {
     return(that.GetPropertyValue <Umbraco.Web.Models.RelatedLinks>("titleLink"));
 }
예제 #2
0
 /// <summary>Static getter for Subtitle</summary>
 public static string GetSubtitle(IBasicTitleControls that)
 {
     return(that.GetPropertyValue <string>("subtitle"));
 }