Type Default Value Read Only Description
[C#]
string

[Visual Basic]
String
"" No The base URL to use for all relative URLs in the page.

 

   

Notes
 

The base URL to use for all relative URLs in the page.

This property is most commonly used in conjunction with AddImageHtml. Because HTML has no location relative URLs will not work. By specifying a base URI - equivalent to the HTML BASE element - these can be easily resolved.

The BaseURI property is only available for the ABCChrome Chrome123, Chrome117 and Chrome86 HTML rendering engines.

 

   

Example
 

None.