namespace Abp.Web.Configuration { /// /// Used to create client scripts for custom config. /// public interface ICustomConfigScriptManager { string GetScript(); } }