RecroGridCreateHtmlFrame Method
Creates the RecroGrid in a web page is wrapped in HTML frame.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
public string CreateHtmlFrame(
HttpContext httpContext,
string theme = "base",
string head = null,
string body = null
)
- httpContext HttpContext
- The HTTP context.
- theme String (Optional)
- The theme.
- head String (Optional)
- Append to head.
- body String (Optional)
- Append to body.
StringThe HTML output.