I'm using a WPF WebBrowser control to preview HTML typed by the user.
example...

But, how do I made the WebBrowser control read-only? I don't want the user to be clicking links in there and navigating away from the preview page.
I want my users to create links. I just want to make sure the "preview" pane is a preview of the correct page.
