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

ApplicationOpenDocumentText() 공개 메소드

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

            return this;
        }
Response