예제 #1
0
 /// <summary>Static getter for Перенаправление</summary>
 public static string GetUmbracoRedirect(INavigationComponent that)
 {
     return(that.GetPropertyValue <string>("umbracoRedirect"));
 }
예제 #2
0
 /// <summary>Static getter for Альтернативный Url</summary>
 public static string GetUmbracoUrlName(INavigationComponent that)
 {
     return(that.GetPropertyValue <string>("umbracoUrlName"));
 }
예제 #3
0
 /// <summary>Static getter for Скрыть из навигации</summary>
 public static bool GetUmbracoNaviHide(INavigationComponent that)
 {
     return(that.GetPropertyValue <bool>("umbracoNaviHide"));
 }
예제 #4
0
 public void OnNavigate(INavigationComponent navigator)
 {
     throw new NotImplementedException();
 }