MasterPage.InstantiateInContentPlaceHolder Method (Control, ITemplate)
.NET Framework (current version)
Provides a method to set the current template control to a page that owns the master page.
Assembly: System.Web (in System.Web.dll)
Public Sub InstantiateInContentPlaceHolder ( contentPlaceHolder As Control, template As ITemplate )
Parameters
- contentPlaceHolder
-
Type:
System.Web.UI.Control
The control that represents the container of the content.
- template
-
Type:
System.Web.UI.ITemplate
The Content instance to use.
.NET Framework
Available since 4.0
Available since 4.0
Show: