Class ISecuredFragmentMarkupGeneratorFactoryExtensions
Inheritance
System.Object
    ISecuredFragmentMarkupGeneratorFactoryExtensions
  Namespace: EPiServer.Core.Html.StringParsing.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class ISecuredFragmentMarkupGeneratorFactoryExtensions : ObjectMethods
CreateSecuredFragmentMarkupGenerator(ISecuredFragmentMarkupGeneratorFactory, AttributeFragment, AttributeFragment)
Creates the secured fragment markup generator.
Declaration
public static ISecuredFragmentMarkupGenerator CreateSecuredFragmentMarkupGenerator(this ISecuredFragmentMarkupGeneratorFactory factory, AttributeFragment groupsInformation, AttributeFragment contentGroupInformation)Parameters
| Type | Name | Description | 
|---|---|---|
| ISecuredFragmentMarkupGeneratorFactory | factory | The factory. | 
| AttributeFragment | groupsInformation | The groups information. | 
| AttributeFragment | contentGroupInformation | The content group information. | 
Returns
| Type | Description | 
|---|---|
| ISecuredFragmentMarkupGenerator | 
