Table of Contents

Method AddStyleElement

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

AddStyleElement(string, string)

Adds a element type to be used as style elements (e.g. as in the HTML style element)

public void AddStyleElement(string ns, string localName)

Parameters

ns string

The namespace URI of the element

localName string

The local-name of the element