C# Class StoryTeller.Util.HtmlTextWriter.AttributeInformation

Mostra 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_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