Skybound.Gecko.GeckoWebBrowser.ViewSource C# (CSharp) Méthode

ViewSource() public méthode

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

Same methods

GeckoWebBrowser::ViewSource ( string url ) : void