C# Class HtmlTags.HtmlTextWriter.TagInformation

Show 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 property

public string closingTag
return string

name public property

public string name
return string

tagType public property

public TagType tagType
return TagType