IControlDesignerTag Interface
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface for design-time access to the HTML markup for a control that is associated with a control designer.
public interface class IControlDesignerTag
public interface IControlDesignerTag
type IControlDesignerTag = interface
Public Interface IControlDesignerTag
Remarks
The 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.
Properties
Is |
Gets a value indicating whether or not an attribute or the content of a tag has changed. |
Methods
Get |
Retrieves the value of the identified attribute on the tag. |
Get |
Retrieves the HTML markup for the content of the tag. |
Get |
Retrieves the complete HTML markup for the control, including the outer tags. |
Remove |
Deletes the specified attribute from the tag. |
Set |
Sets the value of the specified attribute and creates the attribute, if necessary. |
Set |
Sets the HTML markup for the content of the tag. |
Set |
Sets the IsDirty property of the tag. |
Applies to
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
See also
.NET feedback
.NET is an open source project. Select a link to provide feedback: