| 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: 2.6.0
Syntax public string CreateHtmlFrame(
HttpContext httpContext,
string theme = "base",
string head = null,
string body = null
)
Parameters
- httpContext
- Type: HttpContext
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