共用方式為


HttpMethodMatcherPolicy 類別

定義

MatcherPolicy 實作要求之 HTTP 方法的篩選和選取。

public ref class HttpMethodMatcherPolicy sealed : Microsoft::AspNetCore::Routing::MatcherPolicy, Microsoft::AspNetCore::Routing::Matching::IEndpointComparerPolicy, Microsoft::AspNetCore::Routing::Matching::INodeBuilderPolicy
public ref class HttpMethodMatcherPolicy sealed : Microsoft::AspNetCore::Routing::MatcherPolicy, Microsoft::AspNetCore::Routing::Matching::IEndpointComparerPolicy, Microsoft::AspNetCore::Routing::Matching::IEndpointSelectorPolicy, Microsoft::AspNetCore::Routing::Matching::INodeBuilderPolicy
public sealed class HttpMethodMatcherPolicy : Microsoft.AspNetCore.Routing.MatcherPolicy, Microsoft.AspNetCore.Routing.Matching.IEndpointComparerPolicy, Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy
public sealed class HttpMethodMatcherPolicy : Microsoft.AspNetCore.Routing.MatcherPolicy, Microsoft.AspNetCore.Routing.Matching.IEndpointComparerPolicy, Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy, Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy
type HttpMethodMatcherPolicy = class
    inherit MatcherPolicy
    interface IEndpointComparerPolicy
    interface INodeBuilderPolicy
type HttpMethodMatcherPolicy = class
    inherit MatcherPolicy
    interface IEndpointComparerPolicy
    interface IEndpointSelectorPolicy
    interface INodeBuilderPolicy
type HttpMethodMatcherPolicy = class
    inherit MatcherPolicy
    interface IEndpointComparerPolicy
    interface INodeBuilderPolicy
    interface IEndpointSelectorPolicy
Public NotInheritable Class HttpMethodMatcherPolicy
Inherits MatcherPolicy
Implements IEndpointComparerPolicy, INodeBuilderPolicy
Public NotInheritable Class HttpMethodMatcherPolicy
Inherits MatcherPolicy
Implements IEndpointComparerPolicy, IEndpointSelectorPolicy, INodeBuilderPolicy
繼承
HttpMethodMatcherPolicy
實作

建構函式

HttpMethodMatcherPolicy()

MatcherPolicy 實作要求之 HTTP 方法的篩選和選取。

屬性

Comparer

僅供架構使用。

Order

僅供架構使用。

方法

AppliesToEndpoints(IReadOnlyList<Endpoint>)

僅供架構使用。

ApplyAsync(HttpContext, CandidateSet)

僅供架構使用。

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

僅供架構使用。

GetEdges(IReadOnlyList<Endpoint>)

僅供架構使用。

明確介面實作

IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

MatcherPolicy 實作要求之 HTTP 方法的篩選和選取。

INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

MatcherPolicy 實作要求之 HTTP 方法的篩選和選取。

適用於