MonobjcMonobjc Documented Class Library
WebPolicyDelegate Class
NamespacesMonobjc.WebKitWebPolicyDelegate

[Missing <summary> documentation for "T:Monobjc.WebKit.WebPolicyDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public class WebPolicyDelegate
Public Class WebPolicyDelegate
public ref class WebPolicyDelegate
Members
All MembersConstructorsMethodsFields



IconMemberDescription
WebPolicyDelegate()()()()
Initializes a new instance of the WebPolicyDelegate class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WebActionButtonKey

An NSNumber object where 0 indicates the left button, 1 indicates the middle button, and 2 indicates the right button.

Available in Mac OS X v10.2 and later.


WebActionElementKey

A dictionary containing element information. See WebView Class Reference for a description of the key-value pairs in this dictionary.

Available in Mac OS X v10.2 and later.


WebActionModifierFlagsKey

An unsigned number that indicates the modifier flag.

Available in Mac OS X v10.2 and later.


WebActionNavigationTypeKey

The navigation type of the action. Can be any of the values defined in “WebNavigationType” below.

Available in Mac OS X v10.2 and later.


WebActionOriginalURLKey

The URL that initiated the action.

Available in Mac OS X v10.2 and later.


Inheritance Hierarchy
Object
WebPolicyDelegate
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)