RecroDictGet(HttpContext, String, Int32, Boolean, Object) Method

Note: This API is now obsolete.
Retrieves the requested dictionary item.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
C#
[ObsoleteAttribute("Use GetTranslationAsync instead.")]
public static string Get(
	HttpContext httpContext,
	string scope,
	int resourceKey,
	bool strip = false,
	params Object[] args
)

Parameters

httpContext  HttpContext
The HTTP context.
scope  String
The Scope.
resourceKey  Int32
The ResourceKey.
strip  Boolean  (Optional)
If true, HTML elements are removed from the result.
args  Object
Parameters to be inserted into the dictionary item.

Return Value

String
Dictionary item.

See Also