Click or drag to resize

TemplateMasterRehost Method

Rehost controls from MasterPage/Content/ContentPlaceHolder hierarchy onto the Page itself. This has the effect of cancelling the NamingContainer effect of these controls on the server.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Rehost(
	bool assignTraceIDs
)

Parameters

assignTraceIDs
Type: SystemBoolean
Specifies whether or not to assign unique IDs to all controls so lacking.
See Also