Table of Contents

Method GetPropertyPriority

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.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.

string GetPropertyPriority(string propertyName)

Parameters

propertyName string

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