C# Class StoryTeller.Util.HtmlTextWriter.TagInformation

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Свойство Type Description
closingTag string
name string
tagType TagType

Méthodes publiques

Méthode Description
TagInformation ( string name, TagType tagType, string closingTag ) : System

Method Details

TagInformation() public méthode

public TagInformation ( string name, TagType tagType, string closingTag ) : System
name string
tagType TagType
closingTag string
Résultat System

Property Details

closingTag public_oe property

public string closingTag
Résultat string

name public_oe property

public string name
Résultat string

tagType public_oe property

public TagType tagType
Résultat TagType