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

ApplicationXHtml() public method

public ApplicationXHtml ( ) : Response
return Response
        public Response ApplicationXHtml()
        {
            _contentType = "application/xhtml+xml";

            return this;
        }
Response