AttributesRule Class

HttpServer.dll

Contains an (html) attribute list.

Namespace:  HttpServer.Rendering.Haml.Rules
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class AttributesRule : Rule
Visual Basic (Declaration)
Public Class AttributesRule _
	Inherits Rule
Visual C++
public ref class AttributesRule : public Rule

Inheritance Hierarchy

System..::.Object
  HttpServer.Rendering.Haml.Rules..::.Rule
    HttpServer.Rendering.Haml.Rules..::.AttributesRule

See Also