OwinUtils.IsError Method
- Namespace:
- Weavy.Web.Owin
- Assembly:
- Weavy.Web.dll
IsError(IOwinRequest)
Checks if the request is for an error page.
public static bool IsError(this IOwinRequest request)
Parameters
- request
- Microsoft.Owin.IOwinRequest
Returns
bool