Class ResourceHtmlRenderingEventArgs
ResourceHtmlRenderingEventArgs class
Represents additional parameters for ResourceHtmlRendering event.
public class ResourceHtmlRenderingEventArgs : EventArgs
Constructors
Properties
| Name | Description |
|---|
| Caption { get; set; } | Caprion for resource. |
| Exception { get; set; } | Rendering exception. |
| PathToResourceFile { get; set; } | Path to resource file. |
| ResourceStream { get; set; } | 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. |
See Also