ResourceRenderingMode
ResourceRenderingMode enumeration (4 values)
Provides set various modes of rendering resources in html.
| Value | Description |
|---|---|
| None | Not rendering resources in html. |
| EmbedIntoHtml | Embeding resources in html as base64 string. |
| SaveToFile | Saving resources to file and inserting in html src tag with path to this file. |
| SubstituteFromFile | Using custom file as icon and inserting in html src tag with path to this file. |