コード例 #1
0
 public HtmlInlineTagInstruction(ScopePrototype scopePrototype, HtmlInlineTag htmlInlineTag) : base(scopePrototype)
 {
     HtmlInlineTag = htmlInlineTag;
 }
コード例 #2
0
        private HtmlInlineTagInstruction PopulateHtmlInlineTag(ScopePrototype scope, HtmlInlineTag htmlInlineTag)
        {
            var htmlInlineInstruction = new HtmlInlineTagInstruction(scope, htmlInlineTag);

            return(htmlInlineInstruction);
        }