Exemplo n.º 1
0
        public IEnumerable<NewFolding> GetFolds(string html)
        {
            ClearPreviousFolds();

            razorHtmlReader = CreateHtmlReader(html);

            GetHtmlFolds();
            GetRazorFolds();

            SortFoldsByStartOffset();
            return folds;
        }
Exemplo n.º 2
0
        public IEnumerable <NewFolding> GetFolds(string html)
        {
            ClearPreviousFolds();

            razorHtmlReader = CreateHtmlReader(html);

            GetHtmlFolds();
            GetRazorFolds();

            SortFoldsByStartOffset();
            return(folds);
        }