Share via


AnchorElement.innerText Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the text between the start and end tags of an anchor element without any associated HTML.

Syntax

expression.innerText

expression   Required. A variable that represents an AnchorElement object.

Remarks

See also the innerHTML, outerText, and outerHTML properties.

See Also