MatcherPolicy 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義將行為套用至 URL 比對器的原則。 和 相關介面的 MatcherPolicy 實作必須在相依性插入容器中註冊為 類型的 MatcherPolicy 單一服務。
public ref class MatcherPolicy abstract
public abstract class MatcherPolicy
type MatcherPolicy = class
Public MustInherit Class MatcherPolicy
- 繼承
-
MatcherPolicy
- 衍生
備註
MatcherPolicy 實作可以實作下列介面 IEndpointComparerPolicy 、 IEndpointSelectorPolicy 和 INodeBuilderPolicy 。
建構函式
MatcherPolicy() |
定義將行為套用至 URL 比對器的原則。 和 相關介面的 MatcherPolicy 實作必須在相依性插入容器中註冊為 類型的 MatcherPolicy 單一服務。 |
屬性
Order |
取得值,決定應套用 的順序 MatcherPolicy 。 原則會以屬性的 Order 遞增數值套用。 |
方法
ContainsDynamicEndpoints(IReadOnlyList<Endpoint>) |
傳回值,這個值表示提供的 |