Overload List
Name | Description | |
---|---|---|
Eval(String) |
Evaluates the item data (safe version).
(Overrides AbstractUserControl Eval(String).) | |
Eval ReturnType (String) |
Templated Eval, returns the value converted to specific type.
(Overrides AbstractUserControl Eval(String).) | |
Eval(String, String) | Evaluates a data-binding expression using the specified format string to display the result. (Inherited from TemplateControl.) | |
Eval(String, Boolean) |
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractUserControl.) |
See Also