Overview

     Site Diagram

     Sequence Diagram

Standalone

Visual Studio addin

HTML Analyzer

HTML Analyzer

Because of dynamic nature on web sometimes it is not possible to receive full picture of web calls from sources. To solve this problem you can use HTML Analyzer. It is useful for the following tasks:

  • If you want to receive diagram from web directly (without any sources)
  • If you want to receive diagram of ASP.NET page not from sources but from generated from it HTML

The main difference of analyzing sources and work with HTML Analyzer is that you are working with real HTML content from web browser in case of HTML Analyzer. HTML Analyzer window is looks like usual web browser but have addition ability to create diagrams:

First of all you should point HTML Analyzer to the page you are interested in. This can be usual web page, or web page that is generated from ASP.NET sources when you are developing it in Visual Studio. When you will press diagram button Intellium will grab sources of the web page directly from browser and then analyze it.

Moreover all dependent pages, images, Javascript and CSS files will be load from the web too. This can be very useful when you are using third party libraries and do not have direct access to it code.

You have special option in New Diagram Dialog of HTML Analyzer to save all download from web files to specified directory where you will have ability to see them and from where Intellium will show you sources.

The only limitation is that if your web resources are protected with user authentication HTML Analyzer can fail to download them.


Privacy