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

TextXml() public method

public TextXml ( ) : Response
return Response
        public Response TextXml()
        {
            _contentType = "text/xml";

            return this;
        }
Response