Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link text when reporting broken links to console #20

Closed
wants to merge 1 commit into from
Closed

Added link text when reporting broken links to console #20

wants to merge 1 commit into from

Conversation

rfere
Copy link

@rfere rfere commented Sep 21, 2016

Relevant to issue #2

capture

The approach I've taken:

  1. Extend the MarkupHelper class so that it returns a list of LinkModel which contains both the Url and InnerHtml
  2. Added a new property to ResponseModel to carry the InnerHtml of each Url through the program and be able to display it if necessary
  3. Adjust the SendRequest method of LinkCrawler to use LinkModel instead of plain strings
  4. Adjust the ToString() method of ResponseModel to include link text

Looking forward to your feedback!

@rfere rfere closed this Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant