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

ImageXcf() public method

public ImageXcf ( ) : Response
return Response
        public Response ImageXcf()
        {
            _contentType = "image/x-xcf";

            return this;
        }
Response