How to use CSS with Windows 8 Webview Control?
问题 I have a question about window's 8 apps Webview Control , is there anyway to use css to manage the look of the webview , i'm using it here to view a returned contents of a feeded html data but as you can see it's striped from all the CSS , so is there anyway that I can manage the CSS for the Webview ? UPATED : This is the code void ItemListView_SelectionChanged(object sender, SelectionChangedEventArgs e) { // this code to populate the web view // with the content of the selected blog post. //