Extract the structure in an HTML-like format that can be displayed in a browser.

 

   

Syntax
 

[C#]
StringBuilder ExtractStructure()

[Visual Basic]
Sub ExtractStructure() As StringBuilder

 

   

Params
 
Name Description
return The structure HTML.

 

   

Notes
 
Extract the structure in an HTML-like format that can be displayed in a browser.

 

   

Example
 
None.