I have a WPF Frame control in an application that I use to load a preview of a page that doesn't exist on the server yet.
Because it doesn't exist, and because it's inside my app, I need to figure out a way to ideally disable the hyperlinks so they can't be clicked. Although, forcing it to load in a new window so it's no longer in my app is an acceptable workaround.
Unfortunately, messing with the HTML isn't an option in this instance.
Given it's IE behind the scenes, is this even possible?