Returns the web history item that corresponds to the specified web location.
Original signature is '- (WebHistoryItem *)itemForURL:(NSURL *)URL'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
public virtual WebHistoryItem ItemForURL( NSURL URL )
Public Overridable Function ItemForURL ( _ URL As NSURL _ ) As WebHistoryItem
public: virtual WebHistoryItem^ ItemForURL( NSURL^ URL )

- URL (NSURL)
- The location, as a URL, of the webpage that was visited.

The web history item that represents visits to the specified URL, or nil if none was found.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)