MonobjcMonobjc Documented Class Library
URLTitleFromPasteboard Method (pasteboard)
NamespacesMonobjc.WebKitWebViewURLTitleFromPasteboard(NSPasteboard)

Returns the title of a URL from the specified pasteboard.

Original signature is '+ (NSString *)URLTitleFromPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString URLTitleFromPasteboard(
	NSPasteboard pasteboard
)
Public Shared Function URLTitleFromPasteboard ( _
	pasteboard As NSPasteboard _
) As NSString
public:
static NSString^ URLTitleFromPasteboard(
	NSPasteboard^ pasteboard
)
Parameters
pasteboard (NSPasteboard)
The pasteboard containing the URL.
Return Value
The title of the URL on pasteboard. Returns nil if there’s no URL on pasteboard or the URL has no title.
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)