API ReferenceSandbox.UI.Navigation
public class Sandbox.UI.Navigation.NavigationHost : Sandbox.UI.Panel
Constructors
Showing 1 constructors
public NavigationHost()
No results match this filter.
Methods
Showing 13 methods
public void AddDestination(string url, System.Type type)
public bool CurrentUrlMatches(string url)
public System.Collections.Generic.IEnumerable`1<System.ValueTuple`2<string,string>> ExtractProperties(string[] parts, string url)
public virtual bool GoBack()
public virtual bool GoBackUntilNot(string wildcard)
public virtual bool GoForward()
public Sandbox.UI.Panel Navigate(string url, bool redirectToDefault = True)
Parameters
redirectToDefault: Default: True
protected virtual void NotFound(string url)
protected virtual void OnBack(Sandbox.UI.PanelEvent e)
protected virtual void OnForward(Sandbox.UI.PanelEvent e)
protected virtual void OnParametersSet()
public virtual void OnTemplateSlot(Sandbox.Html.INode element, string slotName, Sandbox.UI.Panel panel)
public virtual void SetProperty(string name, string value)
No results match this filter.
Properties
Showing 4 properties
public Sandbox.UI.Panel Sandbox.UI.Navigation.NavigationHost.CurrentPanel { get; set; }
public string Sandbox.UI.Navigation.NavigationHost.CurrentUrl { get; set; }
public string Sandbox.UI.Navigation.NavigationHost.DefaultUrl { get; set; }
public Sandbox.UI.Panel Sandbox.UI.Navigation.NavigationHost.NavigatorCanvas { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI.Navigation |
| Type | class |
| Assembly | Base Library |
| Doc ID | T:Sandbox.UI.Navigation.NavigationHost |