Neokernel API

HTMLStringTools.completeURLs Method

This method completes all the relative URLs found in the data based off reference URL passed in.

public static string completeURLs(
   string data,
   string refURL
);

See Also

HTMLStringTools Class | com.neokernel.httpd Namespace