Kimono.KHTMLPart.PreloadStyleSheet C# (CSharp) Method

PreloadStyleSheet() public method

Loads a style sheet into the stylesheet cache.
public PreloadStyleSheet ( string url, string stylesheet ) : void
url string
stylesheet string
return void
        public void PreloadStyleSheet(string url, string stylesheet)
        {
            interceptor.Invoke("preloadStyleSheet$$", "preloadStyleSheet(const QString&, const QString&)", typeof(void), typeof(string), url, typeof(string), stylesheet);
        }
KHTMLPart