e1b3218d 8e65 e86c f817 a67c900123c6 - autumn009/NestedHtmlWriter GitHub Wiki
element class for content is inlinet. use by Derive
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhTextAvailable
NestedHtmlWriter.NhInline
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhInline : NhTextAvailable
VB
Public Class NhInline
Inherits NhTextAvailable
C++
public ref class NhInline : public NhTextAvailable
F#
type NhInline =
class
inherit NhTextAvailable
end
The NhInline type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhInline | NhInline 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 |
![]() |
CreateBr | br elemnt object creation |
![]() |
CreateEm | em elemnt object creation |
![]() |
CreateImg | img elemnt object creation |
![]() |
CreateInput | input elemnt object creation |
![]() |
CreateLabel | label elemnt object creation |
![]() |
CreateQ | q elemnt object creation |
![]() |
CreateSelect | select elemnt object creation |
![]() |
CreateSpan | span elemnt object creation |
![]() |
CreateStrong | strong elemnt object creation |
![]() |
CreateTextArea | textarea 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.) |
![]() |
WriteAText | output a element which has href attribute and text content only |
![]() |
WriteAttribute | output any attributes (Inherited from NhBase.) |
![]() |
WriteBr | output br element without attribute |
![]() |
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 |
![]() |
WriteImg(String, String, Int32, Int32) | output img element which has src, alt, width, heigh attribute |
![]() |
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.) |