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

TextPlain() 공개 메소드

public TextPlain ( ) : Response
리턴 Response
        public Response TextPlain()
        {
            _contentType = "text/plain";

            return this;
        }
Response