Type Default Value Read Only Description
[C#]
bool?

[Visual Basic]
Boolean?
null No Whether HTML name attributes should be tracked.

 

   

Notes
 

Whether HTML name attributes should be tracked.

The benefit of tracking these attributes is that they allow internal links to be resolved when calling LinkPages.

The disadvantage of tracking is that there may be many such attributes and this can represent a processing overhead.

The default value of null allows the effective value to be determined by the HTML engine.

Currently only the ABCChrome85 engine supports this property.

 

 

 

   

Example
 

None.