The Link control represents a simple click link. It can be used for navigation or for initiating actions, such as Save or Print. If the href
property is set, the link behaves like the basic HTML anchor tag (<A>) and opens the specified URL in the given target frame (target
property). Alternatively, the press
event can be used to execute the action.