The UriAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UriAction()()()() |
Creates a new UriAction that starts an external web site from its URL. Initial URL is empty.
| |
| UriAction(String) |
Creates a new UriAction that starts an external web site from the given URL.
| |
| UriAction(String, Boolean) |
Creates a new UriAction that starts an external web site from the given URL.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).) | |
| Clone |
Clone this action.
(Overrides Action..::..Clone()()()().) | |
| Execute |
Excute this action.
(Inherited from Action.) |
Properties
| Name | Description | |
|---|---|---|
| IsMap |
A flag specifying whether to track the mouse position when the Uri is resolved.
| |
| Uri |
The uniform resource identifier (uri) for this Uri action.
|