Class URIS
Centralizes main site URIs that lead to dynamic pages
Inheritance
System.Object
URIS
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()
Assembly: Azos.Sky.WebManager.dll
Syntax
Fields
CONSOLE
Declaration
public const string CONSOLE = "/console"
Field Value
Type |
Description |
System.String |
|
HOME
Declaration
public const string HOME = "/"
Field Value
Type |
Description |
System.String |
|
INSTRUMENTATION
Declaration
public const string INSTRUMENTATION = "/instrumentation"
Field Value
Type |
Description |
System.String |
|
INSTRUMENTATION_CHARTS
Declaration
public const string INSTRUMENTATION_CHARTS = "/instrumentation-charts"
Field Value
Type |
Description |
System.String |
|
INSTRUMENTATION_LOGS
Declaration
public const string INSTRUMENTATION_LOGS = "/instrumentation-logs"
Field Value
Type |
Description |
System.String |
|
INSTRUMENTATION_MVC
Declaration
public const string INSTRUMENTATION_MVC = "/mvc/instrumentation"
Field Value
Type |
Description |
System.String |
|
MVC
Declaration
public const string MVC = "/mvc"
Field Value
Type |
Description |
System.String |
|
PROCESS_MANAGER
Declaration
public const string PROCESS_MANAGER = "/processmanager"
Field Value
Type |
Description |
System.String |
|
PROCESS_MANAGER_MVC
Declaration
public const string PROCESS_MANAGER_MVC = "/mvc/processmanager"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string PUB_API_HOST_PERFORMANCE = "/pub-api/hostperformance"
Field Value
Type |
Description |
System.String |
|
THE_SYSTEM
Declaration
public const string THE_SYSTEM = "/thesystem"
Field Value
Type |
Description |
System.String |
|
THE_SYSTEM_MVC
Declaration
public const string THE_SYSTEM_MVC = "/mvc/thesystem"
Field Value
Type |
Description |
System.String |
|