00f0fba2 d6e0 23f3 6bb1 5bdb4c2ff5a3 - autumn009/NestedHtmlWriter GitHub Wiki

NhEmpty Class

a generic class for empty element, use by derive.

Inheritance Hierarchy

System.Object
  NestedHtmlWriter.NhBase
    NestedHtmlWriter.NhEmpty
      NestedHtmlWriter.NhBr
      NestedHtmlWriter.NhImg
      NestedHtmlWriter.NhInput
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

C#

public class NhEmpty : NhBase, IDisposable

VB

Public Class NhEmpty
	Inherits NhBase
	Implements IDisposable

C++

public ref class NhEmpty : public NhBase, 
	IDisposable

F#

type NhEmpty =  
    class
        inherit NhBase
        interface IDisposable
    end

The NhEmpty type exposes the following members.

Constructors

 

Name Description
Public method NhEmpty NhEmpty class constructor
  Back to Top

Methods

 

Name Description
Protected method checkLock check if locked (Inherited from NhBase.)
Public method Dispose Release allocated resources
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteAttribute output any attributes (Inherited from NhBase.)
Public method WriteClassAttr output class attribute (Inherited from NhBase.)
Public method WriteIDAttr output id attribute (Inherited from NhBase.)
Public method WriteRawString Output without any conversion. Don't use this method until you need. (Inherited from NhBase.)
  Back to Top

Fields

 

Name Description
Protected field parent parent object (Inherited from NhBase.)
Protected field writer writer for output (Inherited from NhBase.)
  Back to Top

See Also

Reference

NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️