.NET Framework Class Librar ...


.NET Framework Class Library for Silverlight
System.Windows.Browser Namespace

The System.Windows.Browser namespace provides classes that enable the interaction between managed code and JavaScript in Silverlight-based applications. This functionality is referred to as the HTML Bridge.

Classes

  ClassDescription
Public classBrowserInformationProvides general information about the browser, such as name, version, and operating system.
Public classHtmlDocumentRepresents the HTML document in the browser.
Public classHtmlElementRepresents an HTML element in the Document Object Model (DOM) of a Web page.
Public classHtmlEventArgsProvides event details to event handlers.
Public classHtmlObjectProvides methods for browser elements that are explicitly supplied by the Silverlight HTML Bridge feature. Because Document Object Model (DOM) objects are inherently scriptable, an HtmlObject is also a scriptable object.
Public classHtmlPagePermits access to, and manipulation of, the browser's Document Object Model (DOM).
Public classHtmlPopupWindowOptionsProvides options to control pop-up windows.
Public classHtmlWindowProvides the managed representation of the JavaScript window object.
Public classHttpUtilityProvides methods for encoding and decoding HTML and URL strings.
Public classScriptableMemberAttributeIndicates that a specific property, method, or event is accessible to JavaScript callers.
Public classScriptableTypeAttributeIndicates that all public properties, methods, and events on a managed type are available to JavaScript code when they are registered by using the RegisterCreateableType method.
Public classScriptObjectDefines the core behavior for the HtmlObject class, and provides a base class for browser Document Object Model (DOM) access types.
Public classScriptObjectCollectionProvides a thread-safe wrapper for obtaining and iterating Document Object Model (DOM) collections.
Delegates

  DelegateDescription
Public delegateScriptEventHandlerGets a reference to the JavaScript object that raised the event.
Enumerations

  EnumerationDescription
Public enumerationMouseButtonsSpecifies constants that indicate which mouse button was clicked.
Tags :


Page view tracker