IServerElementMarkup.InnerHtml Property
Gets or sets the InnerHtml attribute of a specified page element.
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
ReadOnly Property InnerHtml As String
Get
'Usage
Dim instance As IServerElementMarkup
Dim value As String
value = instance.InnerHtml
string InnerHtml { get; }
Property Value
Type: System.String