Method GetPropertyPriority
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
GetPropertyPriority(string)
Used to retrieve the priority of a CSS property (e.g. the "important" qualifier) if the property has been explicitly set in this declaration block.
public virtual string GetPropertyPriority(string propertyName)
Parameters
propertyName
stringThe name of the CSS property. See the CSS property index.
Returns
- string
A string representing the priority (e.g. "important") if one exists. The empty string if none exists.