Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Where is System.Web.Browser?
2 replies. Latest Post by PinalBhatt on October 29, 2008.
(0)
pinalbhatt
Member
67 points
49 Posts
10-29-2008 11:27 AM |
In few blogs i could read that to access HTML DOM and JavaScripts on host page we should use System.Web.Browser namespace. But i am not able to find it. Do i need to add any special reference ? Or if anybody can tell me in which system dll i can find this.
Thanks in advace,
Pinal Bhatt
Patrick8639
575 points
150 Posts
10-29-2008 12:38 PM |
Pinal,
The namespace is System.Windows.Browser.
Patrick
10-29-2008 1:35 PM |
Yes that works. Thanks Patrick