C# Class HtmlTags.HtmlTextWriter.TagInformation

Mostra file Open project: HtmlTags/htmltags

Public Properties

Property Type Description
closingTag string
name string
tagType TagType

Public Methods

Method Description
TagInformation ( string name, TagType tagType, string closingTag ) : System.Text

Method Details

TagInformation() public method

public TagInformation ( string name, TagType tagType, string closingTag ) : System.Text
name string
tagType TagType
closingTag string
return System.Text

Property Details

closingTag public_oe property

public string closingTag
return string

name public_oe property

public string name
return string

tagType public_oe property

public TagType tagType
return TagType