.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING.Zoomer Namespace : ClientScriptProxy Class
ClientScriptProxy Class Members

The following tables list the members exposed by ClientScriptProxy.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Current instance of this class which should always be used to access this object. There are no public constructors to ensure the reference is used as a Singleton to further ensure that all scripts are written to the same clientscript manager.  
Public PropertyDetermines if MsAjax is available in this Web application  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Checks to see if MS Ajax is registered with the current Web application.  
Public MethodReturns a WebResource URL for non script resources  
Public MethodRegisters a client script block in the page.  
Public MethodRegisters a script include tag into the page for an external script url  
Public MethodReturns a WebResource or ScriptResource URL for script resources that are to be embedded as script includes.  
Public MethodInjects a hidden field into the page  
Public MethodRegisters a startup code snippet that gets placed at the bottom of the page  
Top
See Also