AppendUnknownValue Method
Used to append unknown properties to this declaration. The unknown name and value will be used only when rebuilding the CSS string again.
'Declaration
Public Sub AppendUnknownValue( _
ByVal As String, _
ByVal As String _
)
Parameters
- sPropertyName
- The unchanged name of the CSS property parsed.
- sPropertyValue
- The unchanged value for the CSS property.