RecroDictGetS(HttpContext, String, Boolean, 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 GetS(
HttpContext httpContext,
string id,
bool strip = false,
params Object[] args
)
- httpContext HttpContext
- The HTTP context.
- id String
- The Scope.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.
In case of embedding: ... <%Scope.StringId {parameters}%> ...