C# Class StoryTeller.Util.HtmlTextWriter.AttributeInformation

Show file Open project: storyteller/Storyteller

Public Properties

Property Type Description
encode bool
isUrl bool
name string

Public Methods

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

Method Details

AttributeInformation() public method

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

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