SaaS CMS has officially launched! Learn more now.

Class VisitorGroupSecuredFragmentMarkupGeneratorFactory

Visitor group implementation of secured fragment markup generator factory

Inheritance
System.Object
VisitorGroupSecuredFragmentMarkupGeneratorFactory
Namespace: EPiServer.Core.Html.StringParsing.Internal
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public class VisitorGroupSecuredFragmentMarkupGeneratorFactory : Object, ISecuredFragmentMarkupGeneratorFactory

Constructors

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

Implements

Extension Methods