Info
Version: | 1.3.0 |
Author(s): | Dan Booth |
Last Update: | Wednesday, July 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DanDiplo/Diplo.LinkChecker |
NuGet Url: | https://www.nuget.org/packages/Diplo.LinkChecker |
Install
Install-Package Diplo.LinkChecker
dotnet add package Diplo.LinkChecker
paket add Diplo.LinkChecker
Diplo.LinkChecker Download (Unzip the "nupkg" after downloading)
Dependencies
- UmbracoCms.Core(>= 7.2.4)
Tags
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)
.