public static string GetSeoMetaDescription(INavigationBase that) => that.Value <string>("seoMetaDescription");
 public static bool GetUmbracoNavihide(INavigationBase that) => that.Value <bool>("umbracoNavihide");
 public static global::System.Collections.Generic.IEnumerable <string> GetKeywords(INavigationBase that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("keywords");
예제 #4
0
 public static IEnumerable <string> GetKeywords(INavigationBase that) => that.Value <IEnumerable <string> >("keywords");
예제 #5
0
 public static bool GetHideMainNav(INavigationBase that) => that.Value <bool>("hideMainNav");
예제 #6
0
 public static bool GetHideFooter(INavigationBase that) => that.Value <bool>("hideFooter");
예제 #7
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetPreviewImage(INavigationBase that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("previewImage");