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