.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mht Class Summary

Mht::AddExternalStyleSheet

(This method rarely needs to be called.) Includes an additional style sheet that would not normally be included with the HTML. This method is provided for cases when style sheet names are constructed and dynamically included in Javascript such that MHT .NET cannot know beforehand what stylesheet to embed. MHT .NET by default downloads and embeds all stylesheets externally referenced by the HTML

  Declarations  
    [Visual Basic]
Public Sub AddExternalStyleSheet(ByVal String url)

[C#]
public void AddExternalStyleSheet(string url);

[C++]
public void AddExternalStyleSheet(String *url);

[JScript]
public function AddExternalStyleSheet(String url);
 
  Parameters  
   
url
A URL or the local filename of a cascading style sheet.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.