|  | RecroDictGet Method (HttpContext, String, Int32, Boolean, Object) | 
 
            Visszaadja a kért szótár elemet.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic static string Get(
	HttpContext httpContext,
	string scope,
	int stringId,
	bool strip = false,
	params Object[] args
)
Parameters
- httpContext
- Type: System.WebHttpContext
 The HTTP context.
- scope
- Type: SystemString
 The Scope.
- stringId
- Type: SystemInt32
 The StringId.
- strip (Optional)
- Type: SystemBoolean
 Ha true, akkor a HTML elemeket kiveszi az eredményből.
- args
- Type: SystemObject
 Paraméterek, amiket be kell illeszteni a szótár elembe.
Return Value
Type: 
StringSzótár elem.
 See Also
See Also