Context Variable
Render the value of a variable. This tag only needs to be used in ASP.NET; In JSP, you can simply enclose the variable in variable delimiters ${ and }.
| Language | Command |
|---|---|
| ASP.NET Server Control | <ugc:ContextVariable runat="server"> |
| JSP Custom Tag | (n/a) |
| TCDL tag | (n/a) |
Attributes
| Attribute name | Description |
|---|---|
Var |
The name of a variable you wish to render. This string consists of the following:
For example, you might set |