C# Class JsonFx.Client.ScriptDataBlock

Inheritance: System.Web.UI.Control
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScriptDataBlock ( ) : System

Ctor

this ( string varName ) : object

Gets and sets values in the JavaScript global namespace.

Méthodes protégées

Méthode Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the data items as a block of JavaScript

Method Details

Render() protected méthode

Renders the data items as a block of JavaScript
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

ScriptDataBlock() public méthode

Ctor
public ScriptDataBlock ( ) : System
Résultat System

this() public méthode

Gets and sets values in the JavaScript global namespace.
public this ( string varName ) : object
varName string
Résultat object