BaconographyWP8.PlatformServices.WebViewWrapper.Disable C# (CSharp) Method

Disable() public method

public Disable ( ) : void
return void
        public void Disable()
        {
            _webView.NavigateToString("<!DOCTYPE html><html xmlns='http://www.w3.org/1999/xhtml'></html>");
        }
WebViewWrapper