RecroDictGet(HttpContext, String, Int32, Boolean, Object) Method
Retrieves the requested dictionary item.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
public static string Get(
HttpContext httpContext,
string scope,
int stringId,
bool strip = false,
params Object[] args
)
- httpContext HttpContext
- The HTTP context.
- scope String
- The Scope.
- stringId Int32
- The StringId.
- strip Boolean (Optional)
- If true, HTML elements are removed from the result.
- args Object
- Parameters to be inserted into the dictionary item.
StringDictionary item.