Click or drag to resize

CodeElementName Property

Gets the name of this code element.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public string Name { get; }

Property Value

Type: String
The name of this element.
Remarks
This name will be used as the CSS class name for the generated HTML elements.
See Also