Kimono.KHTMLPart.Referrer C# (CSharp) Méthode

Referrer() public méthode

Referrer used for links in this page.
public Referrer ( ) : string
Résultat string
        public string Referrer()
        {
            return (string) interceptor.Invoke("referrer", "referrer() const", typeof(string));
        }
KHTMLPart