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

Back to Mht Class Summary

Mht::DebugHtmlAfter

A filename to save the result HTML when converting a URL, file, or HTML string. If problems are experienced, the before/after HTML can be analyzed to help determine the cause.

  Declarations  
    [Visual Basic]
Public Property DebugHtmlAfter As String

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

[C++]
public: __property String* get_DebugHtmlAfter();
public: __property void set_DebugHtmlAfter(String *);

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

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