Kimono.KHTMLPart.OnlyLocalReferences C# (CSharp) Method

OnlyLocalReferences() public method

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