Enables Umbraco editors to be able to check their Umbraco site for broken links. Features - Able to check an entire site, or just a section or even a single page - Completely asychnronous so can check multiple links simultaneously and provide real-time feedback - Caches link status so only checks each unique link once (within a short period) - Works for all types of links - external, internal, HTML, files, images and even CSS and JavaScript files - Provides feedback on errors with help dialogue and an overview of HTTP status codes - Quick edit facilty allows you to easily edit the page that contains the broken link directly within Umbraco - Advanced options allow you to set the timeout period, toggle between viewing all checked links and only links that have problems - You can whitelist HTTP codes and only report on those - You can also configure it to ignore ports (if you are behind a reverse proxy, for example)
$ dotnet add package Diplo.LinkCheckerNo README available.