namespace ZelWiki.Engine.Library.Interfaces { /// /// /// public interface IExternalLinkHandler { /// /// /// /// /// /// /// /// public HandlerResult Handle(IZelEngineState state, string link, string? text, string? image); } }