C# Class HtmlTags.HtmlTextWriter.TagInformation

Afficher le fichier Open project: HtmlTags/htmltags

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.Text

Method Details

TagInformation() public méthode

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

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