18806abe 2184 ff87 1167 53b8d5228f96 - autumn009/NestedHtmlWriter GitHub Wiki
block content th elemnt output class
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhBlock
NestedHtmlWriter.NhThBlock
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhThBlock : NhBlock
VB
Public Class NhThBlock
Inherits NhBlock
C++
public ref class NhThBlock : public NhBlock
F#
type NhThBlock =
class
inherit NhBlock
end
The NhThBlock type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhThBlock | NhThBlock 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 (Inherited from NhBlock.) |
![]() |
CreateDiv | div elemnt object creation (Inherited from NhBlock.) |
![]() |
CreateForm | Form elemnt object creation (Inherited from NhBlock.) |
![]() |
CreateHx | h1~h6 elemnt object creation (Inherited from NhBlock.) |
![]() |
CreateOl | ol elemnt object creation (Inherited from NhBlock.) |
![]() |
CreateP | p elemnt object creation (Inherited from NhBlock.) |
![]() |
CreateTable | table elemnt object creation (Inherited from NhBlock.) |
![]() |
CreateUl | ul elemnt object creation (Inherited from NhBlock.) |
![]() |
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 (Inherited from NhBlock.) |
![]() |
WriteIDAttr | output id attribute (Inherited from NhBase.) |
![]() |
WritePText | output p element which has text content without any attribute (Inherited from NhBlock.) |
![]() |
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.) |