f8e873d2 dffa c0e8 d964 04ef25d268c5 - autumn009/NestedHtmlWriter GitHub Wiki
ol elemnt output class
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhOl
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhOl : NhNotEmpty
VB
Public Class NhOl
Inherits NhNotEmpty
C++
public ref class NhOl : public NhNotEmpty
F#
type NhOl =
class
inherit NhNotEmpty
end
The NhOl type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhOl | NhOl class constructor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
confirmStartTagClose | confirm tag is closed and if closed, outout '>' (Inherited from NhNotEmpty.) |
![]() |
CreateLi | **Obsolete. ** inline content li elemnt object creation |
![]() |
CreateLiBlock | block content li elemnt object creation |
![]() |
CreateLiInline | inline content li elemnt object creation |
![]() |
Dispose | Release allocated resources (Inherited from NhNotEmpty.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteAttribute | output any attributes (Inherited from NhBase.) |
![]() |
WriteClassAttr | output class attribute (Inherited from NhBase.) |
![]() |
WriteIDAttr | output id attribute (Inherited from NhBase.) |
![]() |
WriteLiText | output li element which has only text content without any attribute |
![]() |
WriteRawString | output any text without any conmversion (Inherited from NhNotEmpty.) |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |