Junior.Route.Routing.Responses.Response.SeeOther C# (CSharp) Méthode

SeeOther() public méthode

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

Same methods

Response::SeeOther ( string location ) : Response
Response