Class VisitorGroupSecuredFragmentMarkupGeneratorFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Visitor group implementation of secured fragment markup generator factory
Inheritance
Implements
Inherited Members
Namespace: EPiServer.Core.Html.StringParsing.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class VisitorGroupSecuredFragmentMarkupGeneratorFactory : ISecuredFragmentMarkupGeneratorFactory
Constructors
VisitorGroupSecuredFragmentMarkupGeneratorFactory()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the VisitorGroupSecuredFragmentMarkupGeneratorFactory class. Sets default virtual role repository and uses visitor group store
Declaration
public VisitorGroupSecuredFragmentMarkupGeneratorFactory()
VisitorGroupSecuredFragmentMarkupGeneratorFactory(IVisitorGroupRoleRepository, IVisitorGroupRepository, String, LocalizationService)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the VisitorGroupSecuredFragmentMarkupGeneratorFactory class.
Declaration
public VisitorGroupSecuredFragmentMarkupGeneratorFactory(IVisitorGroupRoleRepository virtualRoleRepository, IVisitorGroupRepository visitorGroupRepository, string contentGroup, LocalizationService localizationService)
Parameters
Type | Name | Description |
---|---|---|
IVisitorGroupRoleRepository | virtualRoleRepository | The virtual role repository. |
IVisitorGroupRepository | visitorGroupRepository | The visitor group repository. |
System.String | contentGroup | The content group. |
LocalizationService | localizationService | The resource locator that should be used by the instance to get localized strings. |
Methods
CreateSecuredFragmentMarkupGenerator()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates the secured fragment markup generator.
Declaration
public ISecuredFragmentMarkupGenerator CreateSecuredFragmentMarkupGenerator()
Returns
Type | Description |
---|---|
ISecuredFragmentMarkupGenerator |