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

targetThe default window target.
 
RequiredSupports runtime expression evaluationData bindable
NoNoNo

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>