Uiinfrastructure API Docs  
 

DisplayOptions.SetImgBaseUrl Method 

Call this method to set the base url used for all HTMLImg objects being displayed.

Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetImgBaseUrl( "http://blah/" );. All nested HTMLImg objects may use the base url specified on the HTMLPage object.

HTMLImg objects may or may not use this base url specified.

public virtual void SetImgBaseUrl(
   string s
);

Parameters

s
Pass a base url string. It should look something like: "http://blah/".

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace