C# Class StoryTeller.Util.HtmlTextWriter.AttributeInformation

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Свойство Type Description
encode bool
isUrl bool
name string

Méthodes publiques

Méthode Description
AttributeInformation ( string name, bool encode, bool isUrl ) : System

Method Details

AttributeInformation() public méthode

public AttributeInformation ( string name, bool encode, bool isUrl ) : System
name string
encode bool
isUrl bool
Résultat System

Property Details

encode public_oe property

public bool encode
Résultat bool

isUrl public_oe property

public bool isUrl
Résultat bool

name public_oe property

public string name
Résultat string