Render Method

HttpServer.dll

Render template for the currently invoked method.

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected string Render(
	params Object[] args
)
Visual Basic (Declaration)
Protected Function Render ( _
	ParamArray args As Object() _
) As String
Visual C++
protected:
String^ Render(
	... array<Object^>^ args
)

Parameters

args
Type: array< System..::.Object >[]()[]
arguments/parameters used in template

Return Value

template generated content

Remarks

calls RenderActionWithErrors

See Also