Junior.Route.Routing.Responses.Response.SeeOther C# (CSharp) Method

SeeOther() public method

public SeeOther ( ) : Response
return Response
        public Response SeeOther()
        {
            return StatusCode(HttpStatusCode.SeeOther);
        }

Same methods

Response::SeeOther ( string location ) : Response
Response