ae4d2c3b d33a 8060 44a7 8e440de7aa15 - autumn009/NestedHtmlWriter GitHub Wiki

NhBlock Class

generic class for block content element. Use by derive

Inheritance Hierarchy

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

Syntax

C#

public class NhBlock : NhNotEmpty

VB

Public Class NhBlock
	Inherits NhNotEmpty

C++

public ref class NhBlock : public NhNotEmpty

F#

type NhBlock =  
    class
        inherit NhNotEmpty
    end

The NhBlock type exposes the following members.

Constructors

 

Name Description
Public method NhBlock NhBlock class constructor
  Back to Top

Methods

 

Name Description
Protected method checkLock check if locked (Inherited from NhBase.)
Protected method confirmStartTagClose confirm tag is closed and if closed, outout '>' (Inherited from NhNotEmpty.)
Public method CreateBlockQuote blockquote elemnt object creation
Public method CreateDiv div elemnt object creation
Public method CreateForm Form elemnt object creation
Public method CreateHx h1~h6 elemnt object creation
Public method CreateOl ol elemnt object creation
Public method CreateP p elemnt object creation
Public method CreateTable table elemnt object creation
Public method CreateUl ul elemnt object creation
Public method Dispose Release allocated resources (Inherited from NhNotEmpty.)
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 WriteHxText output h1 to h6 element which has text content without any attribute
Public method WriteIDAttr output id attribute (Inherited from NhBase.)
Public method WritePText output p element which has text content without any attribute
Public method WriteRawString output any text without any conmversion (Inherited from NhNotEmpty.)
  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

Inheritance HierarchySystem.Object
  NestedHtmlWriter.NhBase
    NestedHtmlWriter.NhNotEmpty
      NestedHtmlWriter.NhBlock
        NestedHtmlWriter.NhBlockQuote
        NestedHtmlWriter.NhBody
        NestedHtmlWriter.NhDiv
        NestedHtmlWriter.NhForm
        NestedHtmlWriter.NhLiBlock
        NestedHtmlWriter.NhTdBlock
        NestedHtmlWriter.NhThBlock

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