ResourceRenderingMode

ResourceRenderingMode enumeration (4 values)

Provides set various modes of rendering resources in html.

ValueDescription
NoneNot rendering resources in html.
EmbedIntoHtmlEmbeding resources in html as base64 string.
SaveToFileSaving resources to file and inserting in html src tag with path to this file.
SubstituteFromFileUsing custom file as icon and inserting in html src tag with path to this file.