コード例 #1
0
 public ContentFragmentBuilder(ContentFragmentFactory fragmentFactory, ISecuredFragmentMarkupGeneratorFactory markupGeneratorFactory)
 {
     _fragmentFactory = fragmentFactory;
     _markupGeneratorFactory = markupGeneratorFactory;
 }
コード例 #2
0
 public ContentFragmentBuilder(ContentFragmentFactory fragmentFactory, ISecuredFragmentMarkupGeneratorFactory markupGeneratorFactory)
 {
     _fragmentFactory        = fragmentFactory;
     _markupGeneratorFactory = markupGeneratorFactory;
 }