dfa47569 77bf f0be b28e a3041f0e901b - autumn009/NestedHtmlWriter GitHub Wiki
option elemnt output class
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
NestedHtmlWriter.NhTextAvailable
NestedHtmlWriter.NhOption
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhOption : NhTextAvailable
VB
Public Class NhOption
Inherits NhTextAvailable
C++
public ref class NhOption : public NhTextAvailable
F#
type NhOption =
class
inherit NhTextAvailable
end
The NhOption type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhOption | NhSelect 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 (Inherited from NhTextAvailable.) |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |