Skybound.Gecko.GeckoWebBrowser.ViewSource C# (CSharp) 메소드

ViewSource() 공개 메소드

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

Same methods

GeckoWebBrowser::ViewSource ( string url ) : void