Class TheSystem
Provides Metabase access
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.WebManager.Controllers
Assembly: Azos.Sky.WebManager.dll
Syntax
public sealed class TheSystem : WebManagerController, IDisposable
Methods
LoadLevel(String, Boolean)
Declaration
[Action]
public object LoadLevel(string path, bool hosts = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.Boolean | hosts |
Returns
Type | Description |
---|---|
System.Object |
Navigate(String, String)
Navigates/redirects request to process "appName" at host with metabase path "metabasePath"
Declaration
[Action]
public object Navigate(string metabasePath, string appName)
Parameters
Type | Name | Description |
---|---|---|
System.String | metabasePath | |
System.String | appName |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.IDisposable