MonobjcMonobjc Documented Class Library
WebPlugInShouldLoadMainResourceKey Field
NamespacesMonobjc.WebKitWebPlugInViewFactoryWebPlugInShouldLoadMainResourceKey

A Boolean value indicating whether the plug-in should load its own main resource (the src URL, in most cases). If YES, the plug-in should load its own main resource. If NO, the plug-in uses the data provided by WebKit and the webPlugInMainResourceDidReceiveData: message is sent to the plug-in when data is received. The default value is NO.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString WebPlugInShouldLoadMainResourceKey
Public Shared ReadOnly WebPlugInShouldLoadMainResourceKey As NSString
public:
static initonly NSString^ WebPlugInShouldLoadMainResourceKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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