Kimono.KHTMLPart.OnlyLocalReferences C# (CSharp) Метод

OnlyLocalReferences() публичный Метод

Returns whether only file:/ or data:/ references are allowed to be loaded ( default false ). See setOnlyLocalReferences.
public OnlyLocalReferences ( ) : bool
Результат bool
        public bool OnlyLocalReferences()
        {
            return (bool) interceptor.Invoke("onlyLocalReferences", "onlyLocalReferences() const", typeof(bool));
        }
KHTMLPart