/// <summary> /// Returns the start page for the list of roles. /// </summary> public string StartUrl(string UserRoles) { return(NavClient.StartUrl(UserRoles)); }
/// <summary>Calls the navigation component and resets it.</summary> public void ResetNav() { NavClient.Reset(); }