Condividi tramite


HttpMethodMatcherPolicy Classe

Definizione

Oggetto MatcherPolicy che implementa il filtro e la selezione in base al metodo HTTP di una richiesta.

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
Ereditarietà
HttpMethodMatcherPolicy
Implementazioni

Costruttori

HttpMethodMatcherPolicy()

Oggetto MatcherPolicy che implementa il filtro e la selezione in base al metodo HTTP di una richiesta.

Proprietà

Comparer

Solo per l'uso del framework.

Order

Solo per l'uso del framework.

Metodi

AppliesToEndpoints(IReadOnlyList<Endpoint>)

Solo per l'uso del framework.

ApplyAsync(HttpContext, CandidateSet)

Solo per l'uso del framework.

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

Solo per l'uso del framework.

GetEdges(IReadOnlyList<Endpoint>)

Solo per l'uso del framework.

Implementazioni dell'interfaccia esplicita

IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Oggetto MatcherPolicy che implementa il filtro e la selezione in base al metodo HTTP di una richiesta.

INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Oggetto MatcherPolicy che implementa il filtro e la selezione in base al metodo HTTP di una richiesta.

Si applica a