Share via


TemplateRegionElement.outerText Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the text, without any HTML, of a region in a Dynamic Web Template.

Syntax

expression.outerText

expression   Required. A variable that represents a TemplateRegionElement object.

Remarks

See also the innerHTML, innerText, and outerHTML properties.

See Also