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