set_image_url_base method

set_image_url_base(, base_image_url)

Set the base image get action URL from controller .


@staticmethod
def set_image_url_base(base_image_url):
    ...
ParameterTypeDescription
base_image_urlSystem.Stringthe base image get action URL.

Remarks

when CacheImp is null,we need to set this .

See Also