using System; namespace umbraco.interfaces { /// /// Summary description for INotFoundHandler. /// public interface INotFoundHandler { bool Execute(string url); bool CacheUrl {get;} int redirectID {get;} } }