Description

Holds attribute value.


Property type

A String value.  


Syntax

object.Value [= value]



The Value Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHtmlAttribute.
value A String value.

Remarks

This property holds attribute name, for example

<IMG SRC="image.jpg">

where "image.jpg" is attribute value.

wodHtmlParser tries to remove quotes if possible from attribute value. So, instead of Value = " 'image.jpg ' " (which may cause trouble when you search or filter in found entities), it will try to remove quotes to get plain Value = "image.jpg".