Click or drag to resize

WebPageControllerGetPage Method (CancellationToken)

Default page request handler.

Namespace:  GSF.Web.Hosting
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.171-beta
Syntax
Request Example View Source

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Propagates notification from client that operations should be canceled.

Return Value

Type: TaskHttpResponseMessage
Rendered page result for given page.
See Also