C# Class StoryTeller.Util.HtmlTextWriter.TagInformation

Exibir arquivo Open project: storyteller/Storyteller

Public Properties

Property Type Description
closingTag string
name string
tagType TagType

Public Methods

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

Method Details

TagInformation() public method

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

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