<netui:base> Tag

Provides the base for every URL on the page.

Syntax

<netui:base
    [target="target"] />

Description

Provides the base for every URL on the page.

Attributes
target
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The default window target.

 
Example

In this sample, the Base tag is simply dropped in and then automatically determines the base for each URL on this page.

 <head>
      <netui:base />
 </head>