Silverlight Browser Integration aka HTML Bridge
Posted by: The Moth,
on 08 Mar 2008 |
View original | Bookmarked: 0 time(s)
Given that Silverlight applications sit in the browser via a plug in, it would be silly if you couldn't interact from managed SL code with other browser elements, such as html elements and script so that you could, for example, reuse existing assets. I have heard the browser-agnostic integration featured described as HTML Bridge and it is implemented in the System.Windows.Browser.dll assembly in a same named namespace. You can see the types from that namespace on the following image (click on it...