ab61bce1 7ae0 6bfc 369b cbc54666c3c8 - autumn009/NestedHtmlWriter GitHub Wiki

NhBase Class

Base class of all elements

Inheritance Hierarchy

System.Object
  NestedHtmlWriter.NhBase
    NestedHtmlWriter.NhDocument
    NestedHtmlWriter.NhEmpty
    NestedHtmlWriter.NhNotEmpty
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

C#

public class NhBase

VB

Public Class NhBase

C++

public ref class NhBase

F#

type NhBase =  class end

The NhBase type exposes the following members.

Constructors

 

Name Description
Public method NhBase Constructtor
  Back to Top

Methods

 

Name Description
Protected method checkLock check if locked
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
Public method WriteClassAttr output class attribute
Public method WriteIDAttr output id attribute
Public method WriteRawString Output without any conversion. Don't use this method until you need.
  Back to Top

Fields

 

Name Description
Protected field parent parent object
Protected field writer writer for output
  Back to Top

See Also

Reference

NestedHtmlWriter Namespace

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