Uiinfrastructure API Docs  
 

ASURL.SetImgBaseUrl Method 

This method allows you to set the image base url on the resulting HTMLElement. This should only be used if you are using the element outside of the context of an HTMLPage. NOTE This should probably be removed, since you can just get the URL as an element and set it there.

public virtual void SetImgBaseUrl(
   string strImageBaseURL
);

Parameters

strImageBaseURL
The image base url

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace