OwinUtils.IsStatic Method
- Namespace:
- Weavy.Web.Owin
- Assembly:
- Weavy.Web.dll
IsStatic(IOwinRequest)
Checks if the request is for a "static" file served by managed code that does not need authentication etc.
public static bool IsStatic(this IOwinRequest request)
Parameters
- request
- Microsoft.Owin.IOwinRequest
Returns
bool
true
for static served by managed code, otherwise false