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("None")]
public enum RequestRedirect
Fields
[EnumValue("follow")] Follow = 0[EnumValue("error")] Error = 1[EnumValue("manual")] Manual = 2