Click or drag to resize

WebPageControllerGetPage Method

Common page request handler.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Task<HttpResponseMessage> GetPage(
	string pageName,
	CancellationToken cancellationToken
)
View Source

Parameters

pageName  String
Page name to render.
cancellationToken  CancellationToken
Propagates notification from client that operations should be canceled.

Return Value

TaskHttpResponseMessage
Rendered page result for given page.
See Also