IControlDesignerTag Methods
.NET Framework (current version)
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | GetAttribute(String^) | Retrieves the value of the identified attribute on the tag. |
![]() | GetContent() | Retrieves the HTML markup for the content of the tag. |
![]() | GetOuterContent() | Retrieves the complete HTML markup for the control, including the outer tags. |
![]() | RemoveAttribute(String^) | Deletes the specified attribute from the tag. |
![]() | SetAttribute(String^, String^) | Sets the value of the specified attribute and creates the attribute, if necessary. |
![]() | SetContent(String^) | Sets the HTML markup for the content of the tag. |
![]() | SetDirty(Boolean) | Sets the IsDirty property of the tag. |
Show:
