ResourceHtmlRenderingEventArgs.ResourceStream

ResourceHtmlRenderingEventArgs.ResourceStream property

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.

public Stream ResourceStream { get; set; }

See Also