{CompanyName} FlexyGo

HtmlController..::..GetHTML Method

Gets the HTML content for an HTML module a SQL Feed or an Rss Feed. Returns an HtmlHelper as an ActionResult

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetHTML(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	string PageName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetHTML ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	PageName As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ModuleName
Type: String
PageName
Type: String
The page identifier.

Return Value

ActionResult.