IServerElementMarkup Members
Include Protected Members
Include Inherited Members
Provides an interface for working with page elements or tags at design time.
The IServerElementMarkup type exposes the following members.
Properties
Name | Description | |
---|---|---|
InnerHtml | Gets or sets the InnerHtml attribute of a specified page element. | |
OuterHtml | Gets or sets the OuterHtml attribute of a specified page element. | |
TagName | Gets or sets the name attribute of a specified page element. |
Top
Methods
Name | Description | |
---|---|---|
AddAttribute | Adds a markup element to the rendered page at design time. | |
GetAttribute | Retrieves a document element with the specified name. |
Top