AspNetEdit.Editor.Persistence.DesignTimeParser.ProcessDirective C# (CSharp) Méthode

ProcessDirective() private méthode

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