|  | RecroGridCreateHtmlFrame Method  | 
 
            Creates the RecroGrid in a web page is wrapped in HTML frame.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic string CreateHtmlFrame(
	HttpContext httpContext,
	string theme = "base",
	string head = null,
	string body = null
)
Parameters
- httpContext
- Type: System.WebHttpContext
 The HTTP context.
- theme (Optional)
- Type: SystemString
 The theme.
- head (Optional)
- Type: SystemString
 Append to head.
- body (Optional)
- Type: SystemString
 Append to body.
Return Value
Type: 
StringThe HTML output.
 See Also
See Also