Share via


HttpMethodMatcherPolicy Classe

Definição

Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação.

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
Herança
HttpMethodMatcherPolicy
Implementações

Construtores

HttpMethodMatcherPolicy()

Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação.

Propriedades

Comparer

Somente para uso de estrutura.

Order

Somente para uso de estrutura.

Métodos

AppliesToEndpoints(IReadOnlyList<Endpoint>)

Somente para uso de estrutura.

ApplyAsync(HttpContext, CandidateSet)

Somente para uso de estrutura.

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

Somente para uso de estrutura.

GetEdges(IReadOnlyList<Endpoint>)

Somente para uso de estrutura.

Implantações explícitas de interface

IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação.

INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação.

Aplica-se a