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

MultipartMixed() 공개 메소드

public MultipartMixed ( ) : Response
리턴 Response
        public Response MultipartMixed()
        {
            _contentType = "multipart/mixed";

            return this;
        }
Response