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

Back to Mht Class Summary

Mht::BaseUrl

When processing an HTML file or string (not a website URL), this defines the base URL to be used when converting relative HREFs to absolute HREFs.

  Declarations  
    [Visual Basic]
Public Property BaseUrl As String

[C#]
public string BaseUrl {get; set;}

[C++]
public: __property String* get_BaseUrl();
public: __property void set_BaseUrl(String *);

[JScript]
public function get BaseUrl() : String;
public function set BaseUrl(String);
 

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