예제 #1
0
        public override void RobotWrite(StringBuilder html, Stream responseStream, string siteUrl)
        {
            using (var debug = new DebugHtmlToList(html, siteUrl))
            {
                _currentHelper.RobotWrite(html, responseStream, siteUrl);

                debug.Html = html.ToString();
            }
        }