C# 클래스 JsonFx.Client.ScriptDataBlock

상속: System.Web.UI.Control
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ScriptDataBlock ( ) : System

Ctor

this ( string varName ) : object

Gets and sets values in the JavaScript global namespace.

보호된 메소드들

메소드 설명
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the data items as a block of JavaScript

메소드 상세

Render() 보호된 메소드

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

ScriptDataBlock() 공개 메소드

Ctor
public ScriptDataBlock ( ) : System
리턴 System

this() 공개 메소드

Gets and sets values in the JavaScript global namespace.
public this ( string varName ) : object
varName string
리턴 object