Share via


Summary

In this lab you have seen how to:

  • Interact with the HTML Document Object Model (DOM) from Silverlight
  • Call JavaScript methods in the HTML page from Silverlight
  • Call managed code inside Silverlight from JavaScript in the HTML page

The functionality demonstrated in this lab can be used to increase the usefulness a SharePoint site or application by making it possible for information to be passed between the HTML DOM and Silverlight as well as to allow code written in either location to be called from the other. The primary enabling technology for this is known as the HTML Bridge – a core component of the Silverlight runtime environment.