Share via


HttpMethodMatcherPolicy Class

Definition

An MatcherPolicy that implements filtering and selection by the HTTP method of a request.

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.IEndpointSelectorPolicy, Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy
public sealed class HttpMethodMatcherPolicy : Microsoft.AspNetCore.Routing.MatcherPolicy, Microsoft.AspNetCore.Routing.Matching.IEndpointComparerPolicy, Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy
type HttpMethodMatcherPolicy = class
    inherit MatcherPolicy
    interface IEndpointComparerPolicy
    interface INodeBuilderPolicy
    interface IEndpointSelectorPolicy
type HttpMethodMatcherPolicy = class
    inherit MatcherPolicy
    interface IEndpointComparerPolicy
    interface INodeBuilderPolicy
type HttpMethodMatcherPolicy = class
    inherit MatcherPolicy
    interface IEndpointComparerPolicy
    interface IEndpointSelectorPolicy
    interface INodeBuilderPolicy
Public NotInheritable Class HttpMethodMatcherPolicy
Inherits MatcherPolicy
Implements IEndpointComparerPolicy, IEndpointSelectorPolicy, INodeBuilderPolicy
Public NotInheritable Class HttpMethodMatcherPolicy
Inherits MatcherPolicy
Implements IEndpointComparerPolicy, INodeBuilderPolicy
Inheritance
HttpMethodMatcherPolicy
Implements

Constructors

Name Description
HttpMethodMatcherPolicy()

Properties

Name Description
Comparer

For framework use only.

Order

For framework use only.

Methods

Name Description
AppliesToEndpoints(IReadOnlyList<Endpoint>)

For framework use only.

ApplyAsync(HttpContext, CandidateSet)

For framework use only.

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

For framework use only.

GetEdges(IReadOnlyList<Endpoint>)

For framework use only.

Explicit Interface Implementations

Name Description
IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)
INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Applies to