ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This Class defines the utility for managing, registering or adding the client script libraries and script files of Mvc application to the page.
*System.Object **ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | TextWriter | Initalizes a new instance of the MvcClientScriptManager with the specified TextWriter. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | String, String | Registers a specified client JavaScript block to the page. | |
![]() | String, String, Boolean | Registers a specified client JavaScript block to the page. | |
![]() | String, String | Registers a client JavaScript file to the page which contains the control. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | TextWriter | Gets the textwriter of the ViewContext in the page. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initalizes a new instance of the MvcClientScriptManager with the specified TextWriter.
Name | Type | Description |
---|---|---|
textWriter | TextWriter<!– System.IO.TextWriter –> | The textWriter of the viewContext in the page. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Registers a specified client JavaScript block to the page.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
key | String<!– System.String –> | A unique identifier for the script file. |
script | String<!– System.String –> | The client JavaScript block. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager –> Go Back
Registers a specified client JavaScript block to the page.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
key | String<!– System.String –> | A unique identifier for the script file. |
script | String<!– System.String –> | The client JavaScript block. |
addScriptTag | Boolean<!– System.Boolean –> | ture to enclose the script block with and tags; otherwise false. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager –> Go Back
Registers a client JavaScript file to the page which contains the control.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
key | String<!– System.String –> | A unique identifier for the script file. |
url | String<!– System.String –> | The URL of the script file. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the textwriter of the ViewContext in the page.
Return Type |
---|
TextWriter<!– System.IO.TextWriter –> |
<!– ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager –> Go Back