Click or drag to resize

GenericResourceEmbed Method

Performs custom resource embedding.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public virtual void Embed(
	ControlResources host,
	HtmlTextWriter writer
)

Parameters

host
Type: Dynamicweb.ControlsControlResources
Resource manager containig this resource.
writer
Type: System.Web.UIHtmlTextWriter
An instance of HtmlTextWriter to write output into.
Remarks