Catel.Services.NavigationRootService.GetNavigationRoot C# (CSharp) 메소드

GetNavigationRoot() 공개 메소드

Gets the navigation root.
public GetNavigationRoot ( ) : object
리턴 object
        public virtual object GetNavigationRoot()
        {
            return GetApplicationRootFrame();
        }