Class StaticSection
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
Creates a static section for a CssXmlDocument. Typical use: using(StaticSection.Use(doc)) { // blah blah }
public sealed class StaticSection : IDisposable
- Inheritance
-
StaticSection
- Implements
- Inherited Members
Methods
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- Use(CssXmlDocument)
Uses the specified CSS XML document with Static state to true.