e1b3218d 8e65 e86c f817 a67c900123c6 - autumn009/NestedHtmlWriter GitHub Wiki

NhInline Class

element class for content is inlinet. use by Derive

Inheritance Hierarchy

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

Syntax

C#

public class NhInline : NhTextAvailable

VB

Public Class NhInline
	Inherits NhTextAvailable

C++

public ref class NhInline : public NhTextAvailable

F#

type NhInline =  
    class
        inherit NhTextAvailable
    end

The NhInline type exposes the following members.

Constructors

 

Name Description
Public method NhInline NhInline 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 CreateA a elemnt object creation
Public method CreateBr br elemnt object creation
Public method CreateEm em elemnt object creation
Public method CreateImg img elemnt object creation
Public method CreateInput input elemnt object creation
Public method CreateLabel label elemnt object creation
Public method CreateQ q elemnt object creation
Public method CreateSelect select elemnt object creation
Public method CreateSpan span elemnt object creation
Public method CreateStrong strong elemnt object creation
Public method CreateTextArea textarea 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 WriteAText output a element which has href attribute and text content only
Public method WriteAttribute output any attributes (Inherited from NhBase.)
Public method WriteBr output br element without attribute
Public method WriteClassAttr output class attribute (Inherited from NhBase.)
Public method WriteIDAttr output id attribute (Inherited from NhBase.)
Public method WriteImg(String, String) output img element which has src, alt attribute
Public method WriteImg(String, String, Int32, Int32) output img element which has src, alt, width, heigh attribute
Public method WriteRawString output any text without any conmversion (Inherited from NhNotEmpty.)
Public method WriteText output text (Inherited from NhTextAvailable.)
  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.NhTextAvailable
        NestedHtmlWriter.NhInline
          NestedHtmlWriter.NhA
          NestedHtmlWriter.NhCaption
          NestedHtmlWriter.NhEm
          NestedHtmlWriter.NhHx
          NestedHtmlWriter.NhLabel
          NestedHtmlWriter.NhLi
          NestedHtmlWriter.NhLiInline
          NestedHtmlWriter.NhP
          NestedHtmlWriter.NhQ
          NestedHtmlWriter.NhSelect
          NestedHtmlWriter.NhSpan
          NestedHtmlWriter.NhStrong
          NestedHtmlWriter.NhTdInline
          NestedHtmlWriter.NhThInline

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