Class VisitorGroupSecuredFragmentMarkupGeneratorFactory
Visitor group implementation of secured fragment markup generator factory
Inheritance
System.Object
    VisitorGroupSecuredFragmentMarkupGeneratorFactory
  Implements
Namespace: EPiServer.Core.Html.StringParsing.Internal
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public class VisitorGroupSecuredFragmentMarkupGeneratorFactory : Object, ISecuredFragmentMarkupGeneratorFactoryConstructors
VisitorGroupSecuredFragmentMarkupGeneratorFactory(IVisitorGroupRoleRepository, IVisitorGroupRepository, LocalizationService)
Initializes a new instance of the VisitorGroupSecuredFragmentMarkupGeneratorFactory class.
Declaration
public VisitorGroupSecuredFragmentMarkupGeneratorFactory(IVisitorGroupRoleRepository virtualRoleRepository, IVisitorGroupRepository visitorGroupRepository, LocalizationService localizationService)Parameters
| Type | Name | Description | 
|---|---|---|
| IVisitorGroupRoleRepository | virtualRoleRepository | The virtual role repository. | 
| IVisitorGroupRepository | visitorGroupRepository | The visitor group repository. | 
| LocalizationService | localizationService | The resource locator that should be used by the instance to get localized strings. | 
Methods
CreateSecuredFragmentMarkupGenerator()
Creates the secured fragment markup generator.
Declaration
public ISecuredFragmentMarkupGenerator CreateSecuredFragmentMarkupGenerator()Returns
| Type | Description | 
|---|---|
| ISecuredFragmentMarkupGenerator | 
