﻿<?xml version="1.0" encoding="utf-8"?><Type Name="PlaceHolder" FullName="System.Web.UI.WebControls.PlaceHolder"><TypeSignature Language="C#" Maintainer="auto" Value="public class PlaceHolder : System.Web.UI.Control" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Web.UI.Control</BaseTypeName></Base><Interfaces></Interfaces><Attributes><Attribute><AttributeName>System.Web.UI.ControlBuilder(typeof(System.Web.UI.WebControls.PlaceHolderControlBuilder))</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>In this topic:</para><list type="bullet"><item><para><format type="text/html"><a href="#introduction">Introduction</a></format></para></item><item><para><format type="text/html"><a href="#declarative_syntax">Declarative Syntax</a></format></para></item></list><format type="text/html"><a href="#introduction" /></format><format type="text/html"><h2>Introduction</h2></format><para>Use the <see cref="T:System.Web.UI.WebControls.PlaceHolder" /> control as a container to store server controls that are dynamically added to the Web page. The <see cref="T:System.Web.UI.WebControls.PlaceHolder" /> control does not produce any visible output and is used only as a container for other controls on the Web page. You can use the <see cref="P:System.Web.UI.Control.Controls" /> collection to add, insert, or remove a control in the <see cref="T:System.Web.UI.WebControls.PlaceHolder" /> control.</para><format type="text/html"><a href="#declarative_syntax" /></format><format type="text/html"><h2>Declarative Syntax</h2></format><code>&lt;asp:PlaceHolder
    EnableTheming="<codeFeaturedElement>True</codeFeaturedElement>|False"
    EnableViewState="<codeFeaturedElement>True</codeFeaturedElement>|False"
    ID="string"
    OnDataBinding="DataBinding event handler"
    OnDisposed="Disposed event handler"
    OnInit="Init event handler"
    OnLoad="Load event handler"
    OnPreRender="PreRender event handler"
    OnUnload="Unload event handler"
    runat="server"
    SkinID="string"
    Visible="<codeFeaturedElement>True</codeFeaturedElement>|False"
/&gt;</code></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Stores dynamically added server controls on the Web page.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public PlaceHolder ();" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PlaceHolder" /> class. </para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>