Registeres the provided http status code range against predefined category.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public void SetHttpStatusCategory( HttpStatusRange statusRange, HttpStatusCategory category )
Parameters
- statusRange
- Type: Facilita.Web HttpStatusRange
One of the enumeration HttpStatusRange representing http status code ranges.
- category
- Type: Facilita.Web HttpStatusCategory
One of the enumeration HttpStatusCategory
Remarks
See Also