f05a10ca d3c7 e3f9 e860 cc1adcc841fa - autumn009/NestedHtmlWriter GitHub Wiki

NhHead Class

head elemnt output class

Inheritance Hierarchy

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

Syntax

C#

public class NhHead : NhNotEmpty

VB

Public Class NhHead
	Inherits NhNotEmpty

C++

public ref class NhHead : public NhNotEmpty

F#

type NhHead =  
    class
        inherit NhNotEmpty
    end

The NhHead type exposes the following members.

Constructors

 

Name Description
Public method NhHead NhHead 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 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 WriteEncodingName output meta element with Content-Type information
Public method WriteIDAttr output id attribute (Inherited from NhBase.)
Public method WriteRawString output any text without any conmversion (Inherited from NhNotEmpty.)
Public method WriteStyleSheetRefer(String, String) **Obsolete. ** output reference information for style-sheet
Public method WriteStyleSheetRefer(String, String, Boolean) output reference information for style-sheet
Public method WriteTitle output title element which has text content without any attribte
  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** ⚠️