2147e1b1 414d 93ea 3cb5 b4e7c7cead88 - autumn009/NestedHtmlWriter GitHub Wiki
inline content th elemnt output class
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhTextAvailable
NestedHtmlWriter.NhInline
NestedHtmlWriter.NhThInline
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhThInline : NhInline
VB
Public Class NhThInline
Inherits NhInline
C++
public ref class NhThInline : public NhInline
F#
type NhThInline =
class
inherit NhInline
end
The NhThInline type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhThInline | NhThInline class constructor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
confirmStartTagClose | confirm tag is closed and if closed, outout '>' (Inherited from NhNotEmpty.) |
![]() |
CreateA | a elemnt object creation (Inherited from NhInline.) |
![]() |
CreateBr | br elemnt object creation (Inherited from NhInline.) |
![]() |
CreateEm | em elemnt object creation (Inherited from NhInline.) |
![]() |
CreateImg | img elemnt object creation (Inherited from NhInline.) |
![]() |
CreateInput | input elemnt object creation (Inherited from NhInline.) |
![]() |
CreateLabel | label elemnt object creation (Inherited from NhInline.) |
![]() |
CreateQ | q elemnt object creation (Inherited from NhInline.) |
![]() |
CreateSelect | select elemnt object creation (Inherited from NhInline.) |
![]() |
CreateSpan | span elemnt object creation (Inherited from NhInline.) |
![]() |
CreateStrong | strong elemnt object creation (Inherited from NhInline.) |
![]() |
CreateTextArea | textarea elemnt object creation (Inherited from NhInline.) |
![]() |
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.) |
![]() |
WriteAText | output a element which has href attribute and text content only (Inherited from NhInline.) |
![]() |
WriteAttribute | output any attributes (Inherited from NhBase.) |
![]() |
WriteBr | output br element without attribute (Inherited from NhInline.) |
![]() |
WriteClassAttr | output class attribute (Inherited from NhBase.) |
![]() |
WriteIDAttr | output id attribute (Inherited from NhBase.) |
![]() |
WriteImg(String, String) | output img element which has src, alt attribute (Inherited from NhInline.) |
![]() |
WriteImg(String, String, Int32, Int32) | output img element which has src, alt, width, heigh attribute (Inherited from NhInline.) |
![]() |
WriteRawString | output any text without any conmversion (Inherited from NhNotEmpty.) |
![]() |
WriteText | output text (Inherited from NhTextAvailable.) |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |