Click or drag to resize

ControlResourcesEmbed Method

Embeds new resource into the page.

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

Parameters

resource
Type: Dynamicweb.ControlsGenericResource
Resource to embed.
writer
Type: System.Web.UIHtmlTextWriter
An instance of HtmlTextWriter to write output into.
Remarks