MonobjcMonobjc Documented Class Library
ItemForURL Method (URL)
NamespacesMonobjc.WebKitWebHistoryItemForURL(NSURL)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual WebHistoryItem ItemForURL(
	NSURL URL
)
Public Overridable Function ItemForURL ( _
	URL As NSURL _
) As WebHistoryItem
public:
virtual WebHistoryItem^ ItemForURL(
	NSURL^ URL
)
Parameters
URL (NSURL)
The location, as a URL, of the webpage that was visited.
Return Value
The web history item that represents visits to the specified URL, or nil if none was found.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)