058a2efb b31d 01ad 426d cd27832fef6a - autumn009/NestedHtmlWriter GitHub Wiki
element class for content has text. use by Derive
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhTextAvailable
NestedHtmlWriter.NhInline
NestedHtmlWriter.NhOption
NestedHtmlWriter.NhTextArea
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhTextAvailable : NhNotEmpty
VB
Public Class NhTextAvailable
Inherits NhNotEmpty
C++
public ref class NhTextAvailable : public NhNotEmpty
F#
type NhTextAvailable =
class
inherit NhNotEmpty
end
The NhTextAvailable type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhTextAvailable | NhTextAvailable class constructor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
confirmStartTagClose | confirm tag is closed and if closed, outout '>' (Inherited from NhNotEmpty.) |
![]() |
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.) |
![]() |
WriteIDAttr | output id attribute (Inherited from NhBase.) |
![]() |
WriteRawString | output any text without any conmversion (Inherited from NhNotEmpty.) |
![]() |
WriteText | output text |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |