ResourceHtmlRenderingEventArgs

ResourceHtmlRenderingEventArgs class

Represents additional parameters for ResourceHtmlRendering event.

Constructors

NameDescription
ResourceHtmlRenderingEventArgs

Methods

NameDescription
get_CaptionCaprion for resource.
get_ExceptionRendering exception.
get_PathToResourceFilePath to resource file.
get_ResourceStreamStream 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_CaptionCaprion for resource.
set_ExceptionRendering exception.
set_PathToResourceFilePath to resource file.
set_ResourceStreamStream 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.