Enum HttpRedirectType
Which type of redirect
public enum HttpRedirectType
Fields
Permanent = 0
HTTP 301 - All future requests should be to this URL
SeeOther = 2
HTTP 303 - Redirect this request using an HTTP GET
Temporary = 1
HTTP 307 - Redirect this request but allow future requests to the original URL