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 | |
|---|---|---|
| Clone |
Clone this action.
(Overrides Action..::..Clone()()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|