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 Css files to the page which included the specified control.
*System.Object **ThinkGeo.MapSuite.MvcEdition.MvcClientStyleSheetManager
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | TextWriter | Initializes an instance of the MvcClientStyleSheetManager with specified TextWriter. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | String | Registers a specified Css file to the page which includes the control. | |
![]() | String, String | Registers a specified Css file with specified key to the page which includes 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 |
---|
Initializes an instance of the MvcClientStyleSheetManager with 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 Css file to the page which includes the control.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
url | String<!– System.String –> | The URL of the css file. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcClientStyleSheetManager –> Go Back
Registers a specified Css file with specified key to the page which includes the control.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
key | String<!– System.String –> | A unique identifier for the css file. |
url | String<!– System.String –> | The URL of the css file. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcClientStyleSheetManager –> 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.MvcClientStyleSheetManager –> Go Back