MonobjcMonobjc Documented Class Library
RegisterURLSchemeAsLocal Method (scheme)
NamespacesMonobjc.WebKitWebViewRegisterURLSchemeAsLocal(NSString)

Adds the specified URL scheme to the list of local schemes.

Original signature is '+ (void)registerURLSchemeAsLocal:(NSString *)scheme'

Available in Mac OS X v10.4.11 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void RegisterURLSchemeAsLocal(
	NSString scheme
)
Public Shared Sub RegisterURLSchemeAsLocal ( _
	scheme As NSString _
)
public:
static void RegisterURLSchemeAsLocal(
	NSString^ scheme
)
Parameters
scheme (NSString)
The scheme to add to the list.
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)