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

ApplicationOpenDocumentPresentation() 공개 메소드

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

            return this;
        }
Response