ResponseCode.MinimumRedirectResponseCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum redirect response code. Can be used for validating ranges of response codes. (300)
public: int MinimumRedirectResponseCode = 300;
public const int MinimumRedirectResponseCode = 300;
val mutable MinimumRedirectResponseCode : int
Public Const MinimumRedirectResponseCode As Integer = 300