[This topic is pre-release documentation and is subject to change in future releases of Microsoft Silverlight.]
Interaction Between HTML and Managed Code
Introduction
The topics in this section demonstrate how to program interactively between managed code components and Web pages in a Microsoft Silverlight-based application. You can write code in a managed component to manipulate HTML DOM elements. Conversely, from the client side, you can write JavaScript in an HTML page to access members in a managed class.
In This Section
-
Accessing the HTML DOM from Managed Code
-
Demonstrates how you can programmatically access the HTML DOM and control visual elements in an HTML page, using managed code in a Silverlight-based application.