RecroDictGet(HttpContext, String, String, Object) Method
Retrieves the requested dictionary item.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.1
public static string Get(
HttpContext httpContext,
string scope,
string stringId,
params Object[] args
)
- httpContext HttpContext
- The HTTP context.
- scope String
- The Scope.
- stringId String
- The StringId.
- args Object
- Parameters to be inserted into the dictionary item.
StringDictionary item.