Enum ResourceRenderingMode

ResourceRenderingMode enumeration

Provides set various modes of rendering resources in html.

public enum ResourceRenderingMode

Values

NameValueDescription
None0Not rendering resources in html.
EmbedIntoHtml1Embeding resources in html as base64 string.
SaveToFile2Saving resources to file and inserting in html src tag with path to this file.
SubstituteFromFile3Using custom file as icon and inserting in html src tag with path to this file.

See Also