Property | Type | Description | |
---|---|---|---|
_innerHtml | string |
Method | Description | |
---|---|---|
Element ( IHtmlString html ) : void |
Insert any html content
|
|
Element ( string html ) : void |
Insert any html content
|
|
GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web | ||
InnerHtml ( ) : string |
public GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web | ||
tag | string | |
innerHtml | string | |
selfClosing | bool | |
return | System.Web |