Click or drag to resize

RecroDictGet Method (HttpContextBase, String, String, Object)

Visszaadja a kért szótár elemet.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static string Get(
	HttpContextBase httpContext,
	string scope,
	string stringId,
	params Object[] args
)

Parameters

httpContext
Type: System.WebHttpContextBase
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: String
Szótár elem.
See Also