AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.3.3" />

 CSSStyleDeclaration

Represents a single CSS declaration block.
public string Accelerator { get; set; }

Gets or sets a string that indicates whether the object represents a keyboard shortcut.

public string AlignContent { get; set; }

Gets or sets how a flex item's lines align within the flex container when there is extra space along the axis that is perpendicular to the axis defined by the flex-direction property.

public string AlignItems { get; set; }

Gets or sets the alignment value (perpendicular to the layout axis defined by the flex-direction property) of flex items of the flex container.

public string AlignmentBaseline { get; set; }

Gets or sets which baseline of this element is to be aligned with the corresponding baseline of the parent.

public string AlignSelf { get; set; }

Gets or sets the alignment value (perpendicular to the layout axis defined by the flex-direction property) of flex items of the flex container.

public string Animation { get; set; }

Gets or sets one or more shorthand values that define all animation properties (except animation-play-state) for a set of corresponding object properties identified in the CSS @keyframes at-rule specified by the animations-name property.

public string AnimationDelay { get; set; }

Gets or sets the offset within an animation cycle (the amount of time from the start of a cycle) before the animation is displayed for a set of corresponding object properties identified in the CSS @keyframes at-rule specified by the animation-name property.

public string AnimationDirection { get; set; }

Gets or sets the direction of play for an animation cycle.

public string AnimationDuration { get; set; }

Gets or sets the length of time to complete one cycle of the animation.

public string AnimationFillMode { get; set; }

Gets or sets whether the effects of an animation are visible before or after it plays.

public string AnimationIterationCount { get; set; }

Gets or sets the number of times an animation cycle is played.

public string AnimationName { get; set; }

Gets or sets one or more animation names. An animation name selects a CSS @keyframes at-rule.

public string AnimationPlayState { get; set; }

Gets or sets whether an animation is playing or paused.

public string AnimationTimingFunction { get; set; }

Gets or sets the intermediate property values to be used during a single cycle of an animation on a set of corresponding object properties identified in the CSS @keyframes at-rule specified by the animation-name property.

public string BackfaceVisibility { get; set; }

Gets or sets a value that specifies whether the back face (reverse side) of an object is visible.

public string Background { get; set; }

Gets or sets up to five separate background properties of an object.

public string BackgroundAttachment { get; set; }

Gets or sets how the background image (or images) is attached to the object within the document.

public string BackgroundClip { get; set; }

Gets or sets the background painting area or areas relative to the element's bounding boxes.

public string BackgroundColor { get; set; }

Gets or sets the color behind the content of the object.

public string BackgroundImage { get; set; }

Gets or sets the background image or images of the object.

public string BackgroundOrigin { get; set; }

Gets or sets the positioning area of an element or multiple elements.

public string BackgroundPosition { get; set; }

Gets or sets the position of the background of the object.

public string BackgroundPositionX { get; set; }

Gets or sets the x-coordinate of the background-position property.

public string BackgroundPositionY { get; set; }

Gets or sets the y-coordinate of the background-position property.

public string BackgroundRepeat { get; set; }

Gets or sets whether and how the background image (or images) is tiled.

public string BackgroundSize { get; set; }

Gets or sets the size of the background images.

public string BaselineShift { get; set; }

Gets or sets a value that indicates how the dominant baseline should be repositioned relative to the dominant baseline of the parent text content element.

public string Behavior { get; set; }

Gets or sets the location of the Dynamic HTML (DHTML) behaviorDHTML Behaviors.

public string Border { get; set; }

Gets or sets the properties of a border drawn around an object.

public string BorderBottom { get; set; }

Gets or sets the properties of the bottom border of the object.

public string BorderBottomColor { get; set; }

Gets or sets the foreground color of the bottom border of an object.

public string BorderBottomLeftRadius { get; set; }

Gets or sets the radii of the quarter ellipse that defines the shape of the lower-left corner for the outer border edge of the current box.

public string BorderBottomRightRadius { get; set; }

Gets or sets one or two values that define the radii of the quarter ellipse that defines the shape of the lower-right corner for the outer border edge of the current box.

public string BorderBottomStyle { get; set; }

Gets or sets the style of the bottom border of the object.

public string BorderBottomWidth { get; set; }

Gets or sets the thickness of the bottom border of the object.

public string BorderCollapse { get; set; }

Gets or sets whether the row and cell borders of a table are joined in a single border or detached as in standard HTML.

public string BorderColor { get; set; }

Gets or sets the border color of the object.

public string BorderImage { get; set; }

Gets or sets an image to be used in place of the border styles.

public string BorderImageOutset { get; set; }

Gets or sets the amount by which the border image area extends beyond the border box.

public string BorderImageRepeat { get; set; }

Gets or sets ow the image is scaled and tiled.

public string BorderImageSlice { get; set; }

Gets or sets four inward offsets, this property slices the specified border image into a three by three grid: four corners, four edges, and a central region.

public string BorderImageSource { get; set; }

Gets or sets the path of the image to be used for the border.

public string BorderImageWidth { get; set; }

Gets or sets the inward offsets from the outer border edge.

public string BorderLeft { get; set; }

Gets or sets the properties of the left border of the object.

public string BorderLeftColor { get; set; }

Gets or sets the foreground color of the left border of an object.

public string BorderLeftStyle { get; set; }

Gets or sets the style of the left border of the object.

public string BorderLeftWidth { get; set; }

Gets or sets the thickness of the left border of the object.

public string BorderRadius { get; set; }

Gets or sets the radii of a quarter ellipse that defines the shape of the corners for the outer border edge of the current box.

public string BorderRight { get; set; }

Gets or sets the properties of the right border of the object.

public string BorderRightColor { get; set; }

Gets or sets the foreground color of the right border of an object.

public string BorderRightStyle { get; set; }

Gets or sets the style of the right border of the object.

public string BorderRightWidth { get; set; }

Gets or sets the thickness of the right border of the object.

public string BorderSpacing { get; set; }

Gets or sets the distance between the borders of adjoining cells in a table.

public string BorderStyle { get; set; }

Gets or sets the style of the left, right, top, and bottom borders of the object.

public string BorderTop { get; set; }

Gets or sets the properties of the top border of the object.

public string BorderTopColor { get; set; }

Gets or sets the foreground color of the top border of an object.

public string BorderTopLeftRadius { get; set; }

Gets or sets one or two values that define the radii of the quarter ellipse that defines the shape of the upper-left corner for the outer border edge of the current box.

public string BorderTopRightRadius { get; set; }

Gets or sets one or two values that define the radii of the quarter ellipse that defines the shape of the upper-right corner for the outer border edge of the current box.

public string BorderTopStyle { get; set; }

Gets or sets the style of the top border of the object.

public string BorderTopWidth { get; set; }

Gets or sets the thickness of the top border of the object.

public string BorderWidth { get; set; }

Gets or sets the thicknesses of the left, right, top, and bottom borders of an object.

public string BoxShadow { get; set; }

Gets or sets one or more set of shadow values that attaches one or more drop shadows to the current box.

public string BoxSizing { get; set; }

Gets or sets the box model to use for object sizing.

public string BreakAfter { get; set; }

Gets or sets the column-break behavior that follows a content block in a multi-column element.

public string BreakBefore { get; set; }

Gets or sets the column-break behavior that precedes a content block in a multi-column element.

public string BreakInside { get; set; }

Gets or sets the column-break behavior that occurs within a content block in a multi-column element.

public string CaptionSide { get; set; }

Gets or sets where the caption of a table is located.

public string Clear { get; set; }

Gets or sets whether the object allows floating objects on its left side, right side, or both, so that the next text displays past the floating objects.

public string Clip { get; set; }

Gets or sets which part of a positioned object is visible.

public string ClipBottom { get; set; }

Gets or sets the bottom coordinate of the object clipping region.

public string ClipLeft { get; set; }

Gets or sets the left coordinate of the object clipping region.

public string ClipPath { get; set; }

Gets or sets a reference to the SVG graphical object that will be used as the clipping path.

public string ClipRight { get; set; }

Gets or sets the right coordinate of the object clipping region.

public string ClipRule { get; set; }

Gets or sets the algorithm used to determine what parts of the canvas are affected by the fill operation.

public string ClipTop { get; set; }

Gets or sets the top coordinate of the object clipping region.

public string Color { get; set; }

Gets or sets the foreground color of the text of an object.

public string ColorInterpolationFilters { get; set; }

Gets or sets which color space to use for filter effects.

public string ColumnCount { get; set; }

Gets or sets the optimal number of columns in a multi-column element.

public string ColumnFill { get; set; }

Gets or sets a value that indicates how the column lengths in a multi-column element are affected by the content flow.

public string ColumnGap { get; set; }

Gets or sets the width of the gap between columns in a multi-column element.

public string ColumnRule { get; set; }

Gets or sets a shorthand value that specifies values for the columnRuleWidth, columnRuleStyle, and the columnRuleColor of a multi-column element.

public string ColumnRuleColor { get; set; }

Gets or sets the color for all column rules in a multi-column element.

public string ColumnRuleStyle { get; set; }

Gets or sets the style for all column rules in a multi-column element.

public string ColumnRuleWidth { get; set; }

Gets or sets the width of all column rules in a multi-column element.

public string Columns { get; set; }

Gets or sets a shorthand value that specifies values for the column-width and the column-count of a multi-column element.

public string ColumnSpan { get; set; }

Gets or sets the number of columns that a content block spans in a multi-column element.

public string ColumnWidth { get; set; }

Gets or sets the optimal width of the columns in a multi-column element.

public string Content { get; set; }

Gets or sets generated content to insert before or after an element.

public string CounterIncrement { get; set; }

Gets or sets a list of counters to increment.

public string CounterReset { get; set; }

Gets or sets a list of counters to create or reset to zero.

public string CssFloat { get; set; }

Gets or sets a value that specifies whether a box should float to the left, right, or not at all.

public string CssText { get; set; }

Gets or sets the textual representation of the declaration block.

public string Cursor { get; set; }

Gets or sets the type of cursor to display as the mouse pointer moves over the object.

public string Direction { get; set; }

Gets or sets the reading order of the object.

public string Display { get; set; }

Gets or sets a value that indicates whether and how the object is rendered.

public string DominantBaseline { get; set; }

Gets or sets a value that determines or redetermines a scaled-baseline table.

public string EmptyCells { get; set; }

Determines whether to show or hide a cell without content.

public string EnableBackground { get; set; }

Allocate a shared background image all graphic elements within a container.

public string Fill { get; set; }

Gets or sets a value that indicates the color to paint the interior of the given graphical element.

public string FillOpacity { get; set; }

Gets or sets a value that specifies the opacity of the painting operation that is used to paint the interior of the current object.

public string FillRule { get; set; }

Gets or sets a value that indicates the algorithm that is to be used to determine what parts of the canvas are included inside the shape.

public string Filter { get; set; }

The filter property is generally used to apply a previously define filter to an applicable element.

public string Flex { get; set; }

Gets or sets the parameter values of a flexible length, the positive and negative flexibility, and the preferred size.

public string FlexBasis { get; set; }

Gets or sets the initial main size of the flex item.

public string FlexDirection { get; set; }

Gets or sets the direction of the main axis which specifies how the flex items are displayed in the flex container.

public string FlexFlow { get; set; }

Gets or sets the shorthand property to set both the flex-direction and flex-wrap properties of a flex container.

public string FlexGrow { get; set; }

Gets or sets the flex grow factor for the flex item.

public string FlexShrink { get; set; }

Gets or sets the flex shrink factor for the flex item.

public string FlexWrap { get; set; }

Gets or sets whether flex items wrap and the direction they wrap onto multiple lines or columns based on the spac available in the flex container.

public string FloodColor { get; set; }

Gets or sets the color used to flood the current filter-primitive subregion.

public string FloodOpacity { get; set; }

Gets or sets the opacity value to use with feFlood elements.

public string Font { get; set; }

Gets or sets a combination of separate font properties of the object. Alternatively, sets or retrieves one or more of six user-preference fonts.

public string FontFamily { get; set; }

Gets or sets the name of the font used for text in the object.

public string FontFeatureSettings { get; set; }

Gets or sets one or more values that specify glyph substitution and positioning in fonts that include OpenType layout features.

public string FontSize { get; set; }

Gets or sets a value that indicates the font size used for text in the object.

public string FontSizeAdjust { get; set; }

Gets or sets a value that specifies an aspect value for an element that will effectively preserve the x-height of the first choice font, whether it is substituted or not.

public string FontStretch { get; set; }

Gets or sets a value that indicates a normal, condensed, or expanded face of a font family.

public string FontStyle { get; set; }

Gets or sets the font style of the object as italic, normal, or oblique.

public string FontVariant { get; set; }

Gets or sets whether the text of the object is in small capital letters.

public string FontWeight { get; set; }

Gets of sets the weight of the font of the object.

public string GlyphOrientationHorizontal { get; set; }

Gets or sets a value that alters the orientation of a sequence of characters relative to an inline-progression-direction of horizontal.

public string GlyphOrientationVertical { get; set; }

Gets or sets a value that alters the orientation of a sequence of characters relative to an inline-progression-direction of vertical.

public string Height { get; set; }

Gets or sets the height of the object.

public string ImeMode { get; set; }

Gets or sets the state of an IME.

public string this[int index] { get; }

Returns a property name.

public string JustifyContent { get; set; }

Gets or sets a how flex items are aligned along the main axis of the flex container after any flexible lengths and auto margins are resolved.

public string LayoutGrid { get; set; }

Gets or sets the composite document grid properties that specify the layout of text characters.

public string LayoutGridChar { get; set; }

Gets or sets the size of the character grid used for rendering the text content of an element.

public string LayoutGridLine { get; set; }

Gets or sets the gridline value used for rendering the text content of an element.

public string LayoutGridMode { get; set; }

Gets or sets whether the text layout grid uses two dimensions.

public string LayoutGridType { get; set; }

Gets or sets the type of grid used for rendering the text content of an element.

public string Left { get; set; }

Gets or sets the position of the object relative to the left edge of the next positioned object in the document hierarchy.

public int Length { get; }

Gets the number of properties in the declaration.

public string LetterSpacing { get; set; }

Gets or sets the amount of additional space between letters in the object.

public string LightingColor { get; set; }

Defines the color of the light source for filter primitives feDiffuseLighting and feSpecularLighting.

public string LineHeight { get; set; }

Gets or sets the distance between lines in the object.

public string ListStyle { get; set; }

Gets or sets up to three separate list-style properties of the object.

public string ListStyleImage { get; set; }

Gets or sets a value that indicates which image to use as a list-item marker for the object.

public string ListStylePosition { get; set; }

Gets or sets a variable that indicates how the list-item marker is drawn relative to the content of the object.

public string ListStyleType { get; set; }

Gets or sets the predefined type of the line-item marker for the object.

public string Margin { get; set; }

Gets or sets the width of the top, right, bottom, and left margins of the object.

public string MarginBottom { get; set; }

Gets or sets the height of the bottom margin of the object.

public string MarginLeft { get; set; }

Gets or sets the width of the left margin of the object.

public string MarginRight { get; set; }

Gets or sets the width of the right margin of the object.

public string MarginTop { get; set; }

Gets or sets the height of the top margin of the object.

public string Marker { get; set; }

Gets or sets a value that specifies the marker symbol that is used for all vertices on the given path element or basic shape.

public string MarkerEnd { get; set; }

Gets or sets a value that defines the arrowhead or polymarker that is drawn at the final vertex of a given path element or basic shape.

public string MarkerMid { get; set; }

Gets or sets a value that defines the arrowhead or polymarker that is drawn at every other vertex (that is, every vertex except the first and last) of a given path element or basic shape.

public string MarkerStart { get; set; }

Gets or sets a value that defines the arrowhead or polymarker that is drawn at the first vertex of a given path element or basic shape.

public string Mask { get; set; }

Gets or sets a value that indicates a SVG mask.

public string MaxHeight { get; set; }

Gets or sets the maximum height for an element.

public string MaxWidth { get; set; }

Gets or sets the maximum width for an element.

public string MinHeight { get; set; }

Gets or sets the minimum height for an element.

public string MinWidth { get; set; }

Gets or sets the minimum width for an element.

public string Opacity { get; set; }

Gets or sets a value that specifies object or group opacity in CSS or SVG.

public string Order { get; set; }

Gets or sets the order in which a flex item within a flex container is displayed.

public string Orphans { get; set; }

Gets or sets the minimum number of lines of a paragraph that must appear at the bottom of a page.

public string OutlineStyle { get; set; }

Gets or sets the style of the outline frame.

public string Overflow { get; set; }

Gets or sets a value indicating how to manage the content of the object when the content exceeds the height or width of the object.

public string OverflowX { get; set; }

Gets or sets how to manage the content of the object when the content exceeds the width of the object.

public string OverflowY { get; set; }

Gets or sets how to manage the content of the object when the content exceeds the height of the object.

public string Padding { get; set; }

Gets or sets the amount of space to insert between the object and its margin or, if there is a border, between the object and its border.

public string PaddingBottom { get; set; }

Gets or sets the amount of space to insert between the bottom border of the object and the content.

public string PaddingLeft { get; set; }

Gets or sets the amount of space to insert between the left border of the object and the content.

public string PaddingRight { get; set; }

Gets or sets the amount of space to insert between the right border of the object and the content.

public string PaddingTop { get; set; }

Gets or sets the amount of space to insert between the top border of the object and the content.

public string PageBreakAfter { get; set; }

Gets or sets a value indicating whether a page break occurs after the object.

public string PageBreakBefore { get; set; }

Gets or sets a string indicating whether a page break occurs before the object.

public string PageBreakInside { get; set; }

Gets or sets a string indicating whether a page break is allowed to occur inside the object.

public CSSRule ParentRule { get; }

Gets the containing CSSRule.

public string Perspective { get; set; }

Gets or sets a value that represents the perspective from which all child elements of the object are viewed.

public string PerspectiveOrigin { get; set; }

Gets or sets one or two values that represent the origin (the vanishing point for the 3-D space) of an object with an perspective property declaration.

public string PointerEvents { get; set; }

Gets or sets a value that specifies under what circumstances a given graphics element can be the target element for a pointer event in SVG.

public string Position { get; set; }

Gets or sets the type of positioning used for the object.

public string Quotes { get; set; }

Gets or sets the pairs of strings to be used as quotes in generated content.

public string Right { get; set; }

Gets or sets the position of the object relative to the right edge of the next positioned object in the document hierarchy.

public string RubyAlign { get; set; }

Gets or sets a value that indicates how to align the ruby text content.

public string RubyOverhang { get; set; }

Gets or sets a value that indicates whether, and on which side, ruby text is allowed to partially overhang any adjacent text in addition to its own base, when the ruby text is wider than the ruby base

public string RubyPosition { get; set; }

Gets or sets a value that controls the position of the ruby text with respect to its base.

public string Scrollbar3dLightColor { get; set; }

Gets or sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.

public string ScrollbarArrowColor { get; set; }

Gets or sets the color of the arrow elements of a scroll arrow.

public string ScrollbarDarkShadowColor { get; set; }

Gets or sets the color of the gutter of a scroll bar.

public string ScrollbarFaceColor { get; set; }

Gets or sets the color of the scroll box and scroll arrows of a scroll bar.

public string ScrollbarHighlightColor { get; set; }

Gets or sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.

public string ScrollbarShadowColor { get; set; }

Gets or sets the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.

public string ScrollbarTrackColor { get; set; }

Gets or sets the color of the track element of a scroll bar.

public string StopColor { get; set; }

Gets or sets a value that indicates what color to use at the current gradient stop.

public string StopOpacity { get; set; }

Gets or sets a value that defines the opacity of the current gradient stop.

public string Stroke { get; set; }

Gets or sets a value that indicates the color to paint along the outline of a given graphical element.

public string StrokeDasharray { get; set; }

Gets or sets one or more values that indicate the pattern of dashes and gaps used to stroke paths.

public string StrokeDashoffset { get; set; }

Gets or sets a value that specifies the distance into the dash pattern to start the dash.

public string StrokeLinecap { get; set; }

Gets or sets a value that specifies the shape to be used at the end of open subpaths when they are stroked.

public string StrokeLinejoin { get; set; }

Gets or sets a value that specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

public string StrokeMiterlimit { get; set; }

Gets or sets a value that indicates the limit on the ratio of the length of miter joins (as specified in the StrokeLinejoin property).

public string StrokeOpacity { get; set; }

Gets or sets a value that specifies the opacity of the painting operation that is used to stroke the current object.

public string StrokeWidth { get; set; }

Gets or sets a value that specifies the width of the stroke on the current object.

public string StyleFloat { get; set; }

Gets or sets on which side of the object the text will flow.

public string TableLayout { get; set; }

Gets or sets a string that indicates whether the table layout is fixed.

public string TextAlign { get; set; }

Gets or sets whether the text in the object is left-aligned, right-aligned, centered, or justified.

public string TextAlignLast { get; set; }

Gets or sets a value that indicates how to align the last line or only line of text in the specified object.

public string TextAnchor { get; set; }

Aligns a string of text relative to the specified point.

public string TextAutospace { get; set; }

Gets or sets the autospacing and narrow space width adjustment of text.

public string TextDecoration { get; set; }

Gets or sets a value that indicates whether the text in the object has blink, line-through, overline, or underline decorations.

public string TextIndent { get; set; }

Gets or sets the indentation of the first line of text in the object.

public string TextJustify { get; set; }

Gets or sets the type of alignment used to justify text in the object.

public string TextOverflow { get; set; }

Gets or sets a value that indicates whether to render ellipses (...) to indicate text overflow.

public string TextShadow { get; set; }

Gets or sets a comma-separated list of shadows that attaches one or more drop shadows to the specified text.

public string TextTransform { get; set; }

Gets or sets the rendering of the text in the object.

public string TextUnderlinePosition { get; set; }

Gets or sets the position of the underline decoration that is set through the text-decoration property of the object.

public string Top { get; set; }

Gets or sets the position of the object relative to the top of the next positioned object in the document hierarchy.

public string Transform { get; set; }

Gets or sets a list of one or more transform functions that specify how to translate, rotate, or scale an element in 2-D or 3-D space.

public string TransformOrigin { get; set; }

Gets or sets one or two values that establish the origin of transformation for an element.

public string TransformStyle { get; set; }

Gets or sets a value that specifies how child elements of the object are rendered in 3-D space.

public string Transition { get; set; }

Gets or sets one or more shorthand values that specify the transition properties for a set of corresponding object properties identified in the transition-property property.

public string TransitionDelay { get; set; }

Gets or sets one or more values that specify the offset within a transition (the amount of time from the start of a transition) before the transition is displayed for a set of corresponding object properties identified in the transition property.

public string TransitionDuration { get; set; }

Gets or sets one or more values that specify the durations of transitions on a set of corresponding object properties identified in the transition-property property.

public string TransitionProperty { get; set; }

Gets or sets a value that identifies the CSS property name or names to which the transition effect (defined by the transition-duration, transition-timing-function, and transition-delay properties) is applied when a new property value is specified.

public string TransitionTimingFunction { get; set; }

Gets or sets one or more values that specify the intermediate property values to be used during a transition on a set of corresponding object properties identified in the transition-property property.

public string UnicodeBidi { get; set; }

Gets or sets the level of embedding with respect to the bidirectional algorithm.

public string VerticalAlign { get; set; }

Gets or sets the vertical alignment of the object.

public string Visibility { get; set; }

Gets or sets whether the content of the object is displayed.

public string WhiteSpace { get; set; }

Gets or sets a value that indicates whether lines are automatically broken inside the object.

public string Widows { get; set; }

Gets or sets the minimum number of lines of a paragraph that must appear at the top of a document.

public string Width { get; set; }

Gets or sets the width of the object.

public string WordBreak { get; set; }

Gets or sets line-breaking behavior within words, particularly where multiple languages appear in the object.

public string WordSpacing { get; set; }

Gets or sets the amount of additional space between words in the object.

public string WordWrap { get; set; }

Gets or sets whether to break words when the content exceeds the boundaries of its container.

public string WritingMode { get; set; }

Gets or sets the direction and flow of the content in the object.

public string ZIndex { get; set; }

Gets or sets the stacking order of positioned objects.

public string Zoom { get; set; }

Gets or sets the magnification scale of the object.

Returns an ienumerator that enumerates over all entries.

public string GetPropertyPriority(string propertyName)

Returns the optional priority, "important".

public string GetPropertyValue(string propertyName)

Returns the value of a property.

public string RemoveProperty(string propertyName)

Returns the value deleted.

public CSSStyleDeclaration SetProperty(string propertyName, string propertyValue)

Sets a property with the given name and value.

public string ToCss()

Returns the CSS representation of the list of rules.