Share via


TemplateRegionElement.innerHTML Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the text and HTML elements between the start and end tags of a region in a Dynamic Web Template.

Syntax

expression.innerHTML

expression   Required. A variable that represents a TemplateRegionElement object.

Remarks

See also the innerText, outerText, and outerHTML properties.

See Also