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

ApplicationOpenDocumentGraphics() public method

public ApplicationOpenDocumentGraphics ( ) : Response
return Response
        public Response ApplicationOpenDocumentGraphics()
        {
            _contentType = "application/vnd.oasis.opendocument.graphics";

            return this;
        }
Response