netui:base Tag
<netui:base> Tag
Provides the base for every URL on the page.
Syntax
<netui:base
[target="string_windowTarget"] />
Description
Provides the base for every URL on the page.
Attributes
target | The default window target. |
|
Required | Supports runtime expression evaluation | Data bindable |
No | No | No |
|
|
Sample
In this sample, the <netui:base> tag is added to the JSP page and automatically determines
the base for each URL on the page.
<head>
<netui:base />
</head>