RecroDict.Get(HttpContext, String, String, Object[]) Method

Retrieves the requested dictionary item.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.5.2.24.0805.1
C#
public static string Get(
	HttpContext httpContext,
	string scope,
	string stringId,
	params Object[] args
)

Parameters

httpContext  HttpContext
The HTTP context.
scope  String
The Scope.
stringId  String
The StringId.
args  Object[]
Parameters to be inserted into the dictionary item.

Return Value

String
Dictionary item.

See Also