C# Class HtmlTags.HtmlTextWriter.AttributeInformation

Mostra file Open project: HtmlTags/htmltags

Public Properties

Property Type Description
encode bool
isUrl bool
name string

Public Methods

Method Description
AttributeInformation ( string name, bool encode, bool isUrl ) : System.Text

Method Details

AttributeInformation() public method

public AttributeInformation ( string name, bool encode, bool isUrl ) : System.Text
name string
encode bool
isUrl bool
return System.Text

Property Details

encode public_oe property

public bool encode
return bool

isUrl public_oe property

public bool isUrl
return bool

name public_oe property

public string name
return string