Property | Type | Description | |
---|---|---|---|
GetHttpStatusCode | HttpStatusCode | ||
IsCookieFiltered | bool | ||
IsFilteredByFluentExpression | bool | ||
IsFilteredByWebConfig | bool | ||
IsPostFiltered | bool | ||
IsServerVariableFiltered | bool |
Method | Description | |
---|---|---|
RenderIncludes ( ) : string | ||
SendToAppfail ( this e, System.Web.HttpContextBase httpContext = null ) : void |
Sends the given exception to Appfail
|
Method | Description | |
---|---|---|
GetHttpStatusCode ( |
||
IsCookieFiltered ( string name ) : bool | ||
IsFilteredByFluentExpression ( |
||
IsFilteredByWebConfig ( |
||
IsPostFiltered ( string name ) : bool | ||
IsServerVariableFiltered ( string name ) : bool |
public static SendToAppfail ( this e, System.Web.HttpContextBase httpContext = null ) : void | ||
e | this | |
httpContext | System.Web.HttpContextBase | |
return | void |