RecroGridCreateHtmlFrame Method
Creates the RecroGrid in a web page is wrapped in HTML frame.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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.