Sdílet prostřednictvím


HttpMethodMatcherPolicy Třída

Definice

Objekt MatcherPolicy , který implementuje filtrování a výběr podle metody HTTP požadavku.

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
Dědičnost
HttpMethodMatcherPolicy
Implementuje

Konstruktory

HttpMethodMatcherPolicy()

Objekt MatcherPolicy , který implementuje filtrování a výběr podle metody HTTP požadavku.

Vlastnosti

Comparer

Pouze pro použití architektury.

Order

Pouze pro použití architektury.

Metody

AppliesToEndpoints(IReadOnlyList<Endpoint>)

Pouze pro použití architektury.

ApplyAsync(HttpContext, CandidateSet)

Pouze pro použití architektury.

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

Pouze pro použití architektury.

GetEdges(IReadOnlyList<Endpoint>)

Pouze pro použití architektury.

Explicitní implementace rozhraní

IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Objekt MatcherPolicy , který implementuje filtrování a výběr podle metody HTTP požadavku.

INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>)

Objekt MatcherPolicy , který implementuje filtrování a výběr podle metody HTTP požadavku.

Platí pro