C# Class JsonFx.History.HistoryManager

Inheritance: System.Web.UI.WebControls.WebControl
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Private Properties

Property Type Description
JsonEncode string

Public Methods

Method Description
HistoryManager ( ) : System

Ctor

Uses iframe as tag name.

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
JsonEncode ( object state ) : string

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

HistoryManager() public method

Ctor
Uses iframe as tag name.
public HistoryManager ( ) : System
return System