ab61bce1 7ae0 6bfc 369b cbc54666c3c8 - autumn009/NestedHtmlWriter GitHub Wiki
Base class of all elements
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhDocument
NestedHtmlWriter.NhEmpty
NestedHtmlWriter.NhNotEmpty
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhBase
VB
Public Class NhBase
C++
public ref class NhBase
F#
type NhBase = class end
The NhBase type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhBase | Constructtor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked |
![]() |
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 |
![]() |
WriteClassAttr | output class attribute |
![]() |
WriteIDAttr | output id attribute |
![]() |
WriteRawString | Output without any conversion. Don't use this method until you need. |
Name | Description | |
---|---|---|
![]() |
parent | parent object |
![]() |
writer | writer for output |