Kimono.KHTMLPart.ToplevelURL C# (CSharp) Method

ToplevelURL() public method

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