C# Class SixBit.Web.CsJs.CsJsViewContext

Show file Open project: joshperry/stuff Class Usage Examples

Public Methods

Method Description
Alert ( string text ) : void
CsJsViewContext ( System viewContext ) : System

Private Methods

Method Description
GetScript ( ) : string
JsFunc ( string name ) : void

Method Details

Alert() public method

public Alert ( string text ) : void
text string
return void

CsJsViewContext() public method

public CsJsViewContext ( System viewContext ) : System
viewContext System
return System