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 IEndpointSelectorPolicyAccessor

Accessor for registered Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy instances

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

Properties

Policies

Registered policies

Declaration
IEnumerable<IEndpointSelectorPolicy> Policies { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy>

Extension Methods