Method SetAttribValue
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
SetAttribValue(string, string, object)
Sets the defined value string to the attribute matching the tag parameter. The check is no case sensitive.
public bool SetAttribValue(string tag, string value, object blockSymbol)
Parameters
tagstringThe tag of the attribute to set the value.
valuestringThe value string to set to the matching attribute.
blockSymbolobjectThe block symbol object in which the attributes will be searched for.
Returns
- bool
True if the attribute was found or false if it wasn't.