[]
        
(Showing Draft Content)

DDCssLib.CSSDeclaration.AppendUnknownValue

AppendUnknownValue Method

AppendUnknownValue(string, string)

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 void AppendUnknownValue(string sPropertyName, string sPropertyValue)
Parameters
Type Name Description
string sPropertyName

The unchanged name of the CSS property parsed.

string sPropertyValue

The unchanged value for the CSS property.