MovableType Blacklist for .NET
As I promised, here is the code for the MovableType Blacklist that I wrote for dasBlog.
There are three pieces to it:
- the IBlackList interface
- The MovableTypeBlacklist class
- The Factory Class that holds an instance of the MovableTypeBlacklist and the ReferralUrlBlacklist
Feel free to use in your ASP.NET application.