Compartir a través de


HttpMethodMatcherPolicy Clase

Definición

que MatcherPolicy implementa el filtrado y la selección por el método HTTP de una solicitud.

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
Herencia
HttpMethodMatcherPolicy
Implementaciones

Constructores

HttpMethodMatcherPolicy()

que MatcherPolicy implementa el filtrado y la selección por el método HTTP de una solicitud.

Propiedades

Comparer

Solo para uso de marco.

Order

Solo para uso de marco.

Métodos

AppliesToEndpoints(IReadOnlyList<Endpoint>)

Solo para uso de marco.

ApplyAsync(HttpContext, CandidateSet)

Solo para uso de marco.

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

Solo para uso de marco.

GetEdges(IReadOnlyList<Endpoint>)

Solo para uso de marco.

Implementaciones de interfaz explícitas

IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

que MatcherPolicy implementa el filtrado y la selección por el método HTTP de una solicitud.

INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

que MatcherPolicy implementa el filtrado y la selección por el método HTTP de una solicitud.

Se aplica a