| RecroDictGet Method (HttpContext, String, String, Object) |
Visszaadja a kért szótár elemet.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public static string Get(
HttpContext httpContext,
string scope,
string stringId,
params Object[] args
)
Parameters
- httpContext
- Type: HttpContext
The HTTP context. - scope
- Type: SystemString
The Scope. - stringId
- Type: SystemString
The StringId. - args
- Type: SystemObject
Paraméterek, amiket be kell illeszteni a szótár elembe.
Return Value
Type:
StringSzótár elem.
See Also