| RecroDictGetS Method (HttpContext, String, Boolean, 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 GetS(
HttpContext httpContext,
string id,
bool strip = false,
params Object[] args
)
Parameters
- httpContext
- Type: HttpContext
The HTTP context. - id
- Type: SystemString
The Scope.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.
Remarks
Beágyazás esetén: ... <%Scope.StringId {paraméterek}%> ...
See Also