Interface IEndpointMatcher
Namespace: EPiServer.Web.Routing.Matching.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3Syntax
public interface IEndpointMatcher
Methods
ListAsync(TemplateModel)
Declaration
Task<IEnumerable<EndpointMetadata>> ListAsync(TemplateModel templateType)
Parameters
Type | Name | Description |
---|---|---|
Template |
templateType |
Returns
Type | Description |
---|---|
System. |