2214ca19 1a83 a335 791c e82a969e5fbf - autumn009/NestedHtmlWriter GitHub Wiki
The NhEm type exposes the following members.
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.) |