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

ApplicationOpenDocumentGraphics() 공개 메소드

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

            return this;
        }
Response