Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ITemplateExtractor

Signature for component that extracts TemplateModel

Namespace: EPiServer.Scanning.Internal
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public interface ITemplateExtractor

Methods

Extract(Type)

Extracts TemplateModel from templateType.

Declaration
IEnumerable<TemplateModel> Extract(Type templateType)
Parameters
Type Name Description
System.Type templateType

Type to examine

Returns
Type Description
System.Collections.Generic.IEnumerable<TemplateModel>

All found TemplateModel

Extension Methods