Table of Contents

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

tag string

The tag of the attribute to set the value.

value string

The value string to set to the matching attribute.

blockSymbol object

The 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.