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

ApplicationExcel() public method

public ApplicationExcel ( ) : Response
return Response
        public Response ApplicationExcel()
        {
            _contentType = "application/vnd.ms-excel";

            return this;
        }
Response