System.Net.HttpStatusCode.MovedPermanently Field

Equivalent to HTTP status 301. HttpStatusCode.MovedPermanently indicates that the requested information has been moved to the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response.

Value: MovedPermanently

Syntax

HttpStatusCode MovedPermanently

Remarks

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0