Skybound.Gecko.GeckoWebBrowser.ViewSource C# (CSharp) Method

ViewSource() public method

Opens a new window which contains the source code for the current page.
public ViewSource ( ) : void
return void
        public void ViewSource()
        {
            ViewSource(Url.ToString());
        }

Same methods

GeckoWebBrowser::ViewSource ( string url ) : void