LabelElement.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 LABEL element.

Syntax

expression.innerHTML

expression   Required. A variable that represents a LabelElement object.

Remarks

See also the innerText, outerText, and outerHTML properties.

See Also