Class SURI
Centralizes site URI static resource paths management
Inheritance
System.Object
SURI
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
IMG
Declaration
public const string IMG = "/static/site/img/"
Field Value
Type |
Description |
System.String |
|
SCR
Declaration
public const string SCR = "/static/site/scr/"
Field Value
Type |
Description |
System.String |
|
STATIC
Declaration
public const string STATIC = "/static/site/"
Field Value
Type |
Description |
System.String |
|
STL
Declaration
public const string STL = "/static/site/stl/"
Field Value
Type |
Description |
System.String |
|
STOCK
Declaration
public const string STOCK = "/static/stock/site/"
Field Value
Type |
Description |
System.String |
|
STOCK_STL
Declaration
public const string STOCK_STL = "/static/stock/site/stl/"
Field Value
Type |
Description |
System.String |
|
Methods
Image(String)
Declaration
public static string Image(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
Script(String)
Declaration
public static string Script(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
Stock(String)
Declaration
public static string Stock(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
StockStyle(String)
Declaration
public static string StockStyle(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
Style(String)
Declaration
public static string Style(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|