ResourceRenderingMode

ResourceRenderingMode enumeration

Provides set various modes of rendering resources in html.

Members

Member nameDescription
NONENot rendering resources in html.
EMBED_INTO_HTMLEmbeding resources in html as base64 string.
SAVE_TO_FILESaving resources to file and inserting in html src tag with path to this file.
SUBSTITUTE_FROM_FILEUsing custom file as icon and inserting in html src tag with path to this file.

See Also