a45161a8 11cf 6297 66f4 678e0dc31e0c - autumn009/NestedHtmlWriter GitHub Wiki

NhLi Class

Note: This API is now obsolete.

inline content li elemnt output class

Inheritance Hierarchy

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

Syntax

C#

[ObsoleteAttribute("NhLi was replaces NhLiInline")]
public class NhLi : NhInline

VB

<ObsoleteAttribute("NhLi was replaces NhLiInline")>
Public Class NhLi
	Inherits NhInline

C++

[ObsoleteAttribute(L"NhLi was replaces NhLiInline")]
public ref class NhLi : public NhInline

F#

[<ObsoleteAttribute("NhLi was replaces NhLiInline")>]
type NhLi =  
    class
        inherit NhInline
    end

The NhLi type exposes the following members.

Constructors

 

Name Description
Public method NhLi NhLi 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 (Inherited from NhInline.)
Public method CreateBr br elemnt object creation (Inherited from NhInline.)
Public method CreateEm em elemnt object creation (Inherited from NhInline.)
Public method CreateImg img elemnt object creation (Inherited from NhInline.)
Public method CreateInput input elemnt object creation (Inherited from NhInline.)
Public method CreateLabel label elemnt object creation (Inherited from NhInline.)
Public method CreateQ q elemnt object creation (Inherited from NhInline.)
Public method CreateSelect select elemnt object creation (Inherited from NhInline.)
Public method CreateSpan span elemnt object creation (Inherited from NhInline.)
Public method CreateStrong strong elemnt object creation (Inherited from NhInline.)
Public method CreateTextArea textarea elemnt object creation (Inherited from NhInline.)
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 (Inherited from NhInline.)
Public method WriteAttribute output any attributes (Inherited from NhBase.)
Public method WriteBr output br element without attribute (Inherited from NhInline.)
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 (Inherited from NhInline.)
Public method WriteImg(String, String, Int32, Int32) output img element which has src, alt, width, heigh attribute (Inherited from NhInline.)
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

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