Enum RequestRedirect
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The redirect read-only property of the Request interface contains the mode for how redirects are handled.
[To("NoneWithTrailingDotRemoved")]
public enum RequestRedirect
Fields
[Value("\"follow\"")] Follow = 0[Value("\"error\"")] Error = 1[Value("\"manual\"")] Manual = 2