﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IControlDesignerTag" FullName="System.Web.UI.Design.IControlDesignerTag"><TypeSignature Language="C#" Value="public interface IControlDesignerTag" /><AssemblyInfo><AssemblyName>System.Design</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Web.UI.Design.IControlDesignerTag" /> interface is the contract between the control designer and a design host that enables the design host to manipulate the HTML tag at design time.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides an interface for design-time access to the HTML markup for a control that is associated with a control designer.</para></summary></Docs><Members><Member MemberName="GetAttribute"><MemberSignature Language="C#" Value="public string GetAttribute (string name);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the value of the identified attribute on the tag.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string containing the value of the attribute.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the attribute.</param></Docs></Member><Member MemberName="GetContent"><MemberSignature Language="C#" Value="public string GetContent ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the HTML markup for the content of the tag.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The HTML markup for the content of the tag.</para></returns></Docs></Member><Member MemberName="GetOuterContent"><MemberSignature Language="C#" Value="public string GetOuterContent ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the complete HTML markup for the control, including the outer tags.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The outer HTML markup for the control.</para></returns></Docs></Member><Member MemberName="IsDirty"><MemberSignature Language="C#" Value="public bool IsDirty { get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether or not an attribute or the content of a tag has changed.</para></summary></Docs></Member><Member MemberName="RemoveAttribute"><MemberSignature Language="C#" Value="public void RemoveAttribute (string name);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Deletes the specified attribute from the tag.</para></summary><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the attribute.</param></Docs></Member><Member MemberName="SetAttribute"><MemberSignature Language="C#" Value="public void SetAttribute (string name, string value);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="value" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the value of the specified attribute and creates the attribute, if necessary.</para></summary><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The attribute name.</param><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />The attribute value.</param></Docs></Member><Member MemberName="SetContent"><MemberSignature Language="C#" Value="public void SetContent (string content);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="content" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the HTML markup for the content of the tag.</para></summary><param name="content"><attribution license="cc4" from="Microsoft" modified="false" />The HTML markup for the content of the tag.</param></Docs></Member><Member MemberName="SetDirty"><MemberSignature Language="C#" Value="public void SetDirty (bool dirty);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="dirty" Type="System.Boolean" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the <see cref="P:System.Web.UI.Design.IControlDesignerTag.IsDirty" /> property of the tag.</para></summary><param name="dirty"><attribution license="cc4" from="Microsoft" modified="false" />The value for the <see cref="P:System.Web.UI.Design.IControlDesignerTag.IsDirty" /> property.</param></Docs></Member></Members></Type>