AjaxControlToolkit.Design.TwitterDesigner.PersistTemplate C# (CSharp) Method

PersistTemplate() private method

private PersistTemplate ( ITemplate template ) : string
template ITemplate
return string
        string PersistTemplate(ITemplate template)
        {
            var host = (IDesignerHost)GetService(typeof(IDesignerHost));
            return ControlPersister.PersistTemplate(template, host);
        }