MonobjcMonobjc Documented Class Library
WebPlugInAttributesKey Field
NamespacesMonobjc.WebKitWebPlugInViewFactoryWebPlugInAttributesKey

The NSDictionary object containing all names and values of all attributes of the plug-in’s associated HTML element, as well as all names and values of the parameters to be passed to the plug-in. For example, this dictionary will contain all PARAM elements within an APPLET element. If attribute and parameter names conflict, the attributes of an element take precedence over any of its parameters. All keys and values in this dictionary must be of type NSString. Required key.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString WebPlugInAttributesKey
Public Shared ReadOnly WebPlugInAttributesKey As NSString
public:
static initonly NSString^ WebPlugInAttributesKey
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)