Gets a particular hypertext link from the collection.
public HypertextLink GetItem();
public HypertextLink GetItem(int id);
Parameter | Description |
---|---|
id | Specifies the hypertext link's identifier. The method returns null if a hypertext link with the specified identifier does not exist. |