7 references to Status303SeeOther
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
103StatusCodes.Status303SeeOther => _status303SeeOther ??= new(StatusCodes.Status303SeeOther),
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyProviderTests.cs (1)
272[InlineData(StatusCodes.Status303SeeOther)]
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingPolicyProviderTests.cs (1)
298[InlineData(StatusCodes.Status303SeeOther)]
Microsoft.AspNetCore.Rewrite (1)
IISUrlRewrite\RedirectType.cs (1)
12SeeOther = StatusCodes.Status303SeeOther,
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\ReasonPhrases.cs (2)
31private static readonly byte[] _bytesStatus303 = CreateStatusBytes(StatusCodes.Status303SeeOther); 117StatusCodes.Status303SeeOther => _bytesStatus303,