﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HtmlSelectBuilder" FullName="System.Web.UI.HtmlControls.HtmlSelectBuilder"><TypeSignature Language="C#" Value="public class HtmlSelectBuilder : System.Web.UI.ControlBuilder" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Web.UI.ControlBuilder</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Web.UI.HtmlControls.HtmlSelectBuilder" /> control interacts with the page parser to build an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. Use the <see cref="T:System.Web.UI.HtmlControls.HtmlSelectBuilder" /> control to customize the parsing of an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control.</para><para>The <see cref="M:System.Web.UI.HtmlControls.HtmlSelectBuilder.AllowWhitespaceLiterals" /> property is set to false so that white space is always ignored. Use the <see cref="M:System.Web.UI.HtmlControls.HtmlSelectBuilder.GetChildControlType(System.String,System.Collections.IDictionary)" /> method to determine the type of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's child controls.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Interacts with the parser to build an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HtmlSelectBuilder ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><block subset="none" type="note"><para>This constructor is used by ASP.NET when parsing the page and creating the control hierarchy. It is not intended for use in your code.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelectBuilder" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllowWhitespaceLiterals"><MemberSignature Language="C#" Value="public override bool AllowWhitespaceLiterals ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method overrides the <see cref="M:System.Web.UI.ControlBuilder.AllowWhitespaceLiterals" /> method to always ignore white space in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether the white space literals in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control are to be processed or ignored.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method always returns false, indicating that white space in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control is ignored.</para></returns></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetChildControlType"><MemberSignature Language="C#" Value="public override Type GetChildControlType (string tagName, System.Collections.IDictionary attribs);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Parameters><Parameter Name="tagName" Type="System.String" /><Parameter Name="attribs" Type="System.Collections.IDictionary" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="M:System.Web.UI.HtmlControls.HtmlSelectBuilder.GetChildControlType(System.String,System.Collections.IDictionary)" /> method to return the <see cref="T:System.Type" /> of a specified child control in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Obtains the <see cref="T:System.Type" /> for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's child controls.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Type" /> of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's specified child control.</para></returns><param name="tagName"><attribution license="cc4" from="Microsoft" modified="false" />The tag name of the child control. </param><param name="attribs"><attribution license="cc4" from="Microsoft" modified="false" />An array of attributes contained in the child control. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>