Méthode | Description | |
---|---|---|
FileNotFoundExceptionHandler ( object sender, |
||
FileNotFoundHandler ( object sender, |
||
GetReferer ( |
||
HandleRequest ( string referer, |
Méthode | Description | |
---|---|---|
SetStatusCodeAndShow404 ( |
Méthode | Description | |
---|---|---|
CheckForException ( |
||
GetContext ( ) : |
||
IsLocalhost ( ) : bool |
Determines whether the current request is on localhost.
|
|
IsResourceFile ( |
Determines whether the specified not found URI is a resource file
|
public static FileNotFoundExceptionHandler ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public static FileNotFoundHandler ( object sender, |
||
sender | object | |
evt | ||
Résultat | void |
public static GetReferer ( |
||
referer | ||
Résultat | string |
public static HandleRequest ( string referer, |
||
referer | string | |
urlNotFound | ||
foundRedirect | BVNetwork.NotFound.Core.CustomRedirects.CustomRedirect | |
Résultat | bool |
protected static SetStatusCodeAndShow404 ( |
||
context | ||
statusCode | int | |
Résultat | void |