ae4d2c3b d33a 8060 44a7 8e440de7aa15 - autumn009/NestedHtmlWriter GitHub Wiki
generic class for block content element. Use by derive
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhBlock
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhBlock : NhNotEmpty
VB
Public Class NhBlock
Inherits NhNotEmpty
C++
public ref class NhBlock : public NhNotEmpty
F#
type NhBlock =
class
inherit NhNotEmpty
end
The NhBlock type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhBlock | NhBlock class constructor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
confirmStartTagClose | confirm tag is closed and if closed, outout '>' (Inherited from NhNotEmpty.) |
![]() |
CreateBlockQuote | blockquote elemnt object creation |
![]() |
CreateDiv | div elemnt object creation |
![]() |
CreateForm | Form elemnt object creation |
![]() |
CreateHx | h1~h6 elemnt object creation |
![]() |
CreateOl | ol elemnt object creation |
![]() |
CreateP | p elemnt object creation |
![]() |
CreateTable | table elemnt object creation |
![]() |
CreateUl | ul 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.) |
![]() |
WriteHxText | output h1 to h6 element which has text content without any attribute |
![]() |
WriteIDAttr | output id attribute (Inherited from NhBase.) |
![]() |
WritePText | output p element which has 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.) |