Class WebResources
Provides localized strings for this layer.
Inheritance
System.Object
WebResources
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Web
Assembly: cs.temp.dll.dll
Syntax
public class WebResources
Methods
Get(String)
Gets the string resource with the given name.
Declaration
public static string Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the string resource. |
Returns
Type | Description |
---|---|
System.String | The string resource. |
Get(String, Object[])
Gets the string resource with the given name and formatted with the supplied arguments.
Declaration
public static string Get(string name, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the string resource. |
System.Object[] | arguments | The values to format the string with. |
Returns
Type | Description |
---|---|
System.String | The formatted string resource. |