MatcherPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a policy that applies behaviors to the URL matcher. Implementations of MatcherPolicy and related interfaces must be registered in the dependency injection container as singleton services of type MatcherPolicy.
public ref class MatcherPolicy abstract
public abstract class MatcherPolicy
type MatcherPolicy = class
Public MustInherit Class MatcherPolicy
- Inheritance
-
MatcherPolicy
- Derived
Remarks
MatcherPolicy implementations can implement the following interfaces IEndpointComparerPolicy, IEndpointSelectorPolicy, and INodeBuilderPolicy.
Constructors
MatcherPolicy() |
Properties
Order |
Gets a value that determines the order the MatcherPolicy should be applied. Policies are applied in ascending numeric value of the Order property. |
Methods
ContainsDynamicEndpoints(IReadOnlyList<Endpoint>) |
Returns a value that indicates whether the provided |