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 IEndpointMatcher

Namespace: EPiServer.Web.Routing.Matching.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3
Syntax
public interface IEndpointMatcher

Methods

ListAsync(TemplateModel)

Declaration
Task<IEnumerable<EndpointMetadata>> ListAsync(TemplateModel templateType)
Parameters
Type Name Description
TemplateModel templateType
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<EndpointMetadata>>

Extension Methods