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)
Syntaxpublic void Rehost(
bool assignTraceIDs
)
Public Sub Rehost (
assignTraceIDs As Boolean
)
Parameters
- assignTraceIDs
- Type: SystemBoolean
Specifies whether or not to assign unique IDs to all controls so lacking.
See Also