AspNetEdit.Editor.Persistence.DesignTimeParser.ProcessDirective C# (CSharp) Метод

ProcessDirective() приватный Метод

private ProcessDirective ( string tagid, TagAttributes attributes ) : void
tagid string
attributes TagAttributes
Результат void
        void ProcessDirective(string tagid, TagAttributes attributes)
        {
            string placeholder = document.AddDirective (tagid, attributes.GetDictionary (null));
            openObject.AddText (placeholder);
        }