RecroGridCreateHtmlFrame Method

Creates the RecroGrid in a web page is wrapped in HTML frame.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public string CreateHtmlFrame(
	HttpContext httpContext,
	string theme = "base",
	string head = null,
	string body = null
)

Parameters

httpContext  HttpContext
The HTTP context.
theme  String  (Optional)
The theme.
head  String  (Optional)
Append to head.
body  String  (Optional)
Append to body.

Return Value

String
The HTML output.

See Also