Click or drag to resize

RazorViewExecute(HttpRequestMessage, HttpResponseMessage) Method

Compiles and executes view template for specified request message and post data.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string Execute(
	HttpRequestMessage request,
	HttpResponseMessage response
)
View Source

Parameters

request  HttpRequestMessage
HTTP request message.
response  HttpResponseMessage
HTTP response message.

Return Value

String
Rendered result.
See Also