ResourceHtmlRenderingEventArgs
ResourceHtmlRenderingEventArgs class
Represents additional parameters for ResourceHtmlRendering event.
Constructors
Methods
| Name | Description |
|---|
| get_Caption | Caprion for resource. |
| get_Exception | Rendering exception. |
| get_PathToResourceFile | Path to resource file. |
| get_ResourceStream | Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect. |
| set_Caption | Caprion for resource. |
| set_Exception | Rendering exception. |
| set_PathToResourceFile | Path to resource file. |
| set_ResourceStream | Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect. |