C# Class HtmlTags.HtmlTextWriter.AttributeInformation

Afficher le fichier Open project: HtmlTags/htmltags

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

Method Details

AttributeInformation() public méthode

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

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