Click or drag to resize

ResourceHandler.ForErrorMessage Method

Version 97.1.60
Generates a ResourceHandler that has it's StatusCode set

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.0)
Syntax
public static IResourceHandler ForErrorMessage(
	string errorMessage,
	HttpStatusCode statusCode
)

Parameters

errorMessage
Type: System.String
Body the response to be displayed
statusCode
Type: System.Net.HttpStatusCode
StatusCode

Return Value

Type: IResourceHandler
ResourceHandler
See Also