00f0fba2 d6e0 23f3 6bb1 5bdb4c2ff5a3 - autumn009/NestedHtmlWriter GitHub Wiki
a generic class for empty element, use by derive.
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhEmpty
NestedHtmlWriter.NhBr
NestedHtmlWriter.NhImg
NestedHtmlWriter.NhInput
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhEmpty : NhBase, IDisposable
VB
Public Class NhEmpty
Inherits NhBase
Implements IDisposable
C++
public ref class NhEmpty : public NhBase,
IDisposable
F#
type NhEmpty =
class
inherit NhBase
interface IDisposable
end
The NhEmpty type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhEmpty | NhEmpty class constructor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
Dispose | Release allocated resources |
![]() |
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.) |
![]() |
WriteRawString | Output without any conversion. Don't use this method until you need. (Inherited from NhBase.) |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |