AspNetEdit.Editor.Persistence.DesignTimeParser.ProcessDirective C# (CSharp) Method

ProcessDirective() private method

private ProcessDirective ( string tagid, TagAttributes attributes ) : void
tagid string
attributes TagAttributes
return void
        void ProcessDirective(string tagid, TagAttributes attributes)
        {
            string placeholder = document.AddDirective (tagid, attributes.GetDictionary (null));
            openObject.AddText (placeholder);
        }