Junior.Route.Routing.Responses.Response.SeeOther C# (CSharp) 메소드

SeeOther() 공개 메소드

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

Same methods

Response::SeeOther ( string location ) : Response
Response