Kimono.KHTMLPart.ToplevelURL C# (CSharp) 메소드

ToplevelURL() 공개 메소드

Returns the toplevel (origin) URL of this document, even if this part is a frame or an iframe.
public ToplevelURL ( ) : Kimono.KUrl
리턴 Kimono.KUrl
        public KUrl ToplevelURL()
        {
            return (KUrl) interceptor.Invoke("toplevelURL", "toplevelURL()", typeof(KUrl));
        }
KHTMLPart