MatcherPolicy Class
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
MatcherPolicy implementations can implement the following interfaces IEndpointComparerPolicy, IEndpointSelectorPolicy, and INodeBuilderPolicy.
Order |
Gets a value that determines the order the MatcherPolicy should be applied. Policies are applied in ascending numeric value of the Order property. |
Contains |
Returns a value that indicates whether the provided |
Tuote | Versiot |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |