C# Class HtmlTags.HtmlTextWriter.AttributeInformation

Show 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 property

public bool encode
return bool

isUrl public property

public bool isUrl
return bool

name public property

public string name
return string