HttpMethodMatcherPolicy Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein MatcherPolicy , das die Filterung und Auswahl nach der HTTP-Methode einer Anforderung implementiert.
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
- Vererbung
- Implementiert
Konstruktoren
HttpMethodMatcherPolicy() |
Ein MatcherPolicy , das die Filterung und Auswahl nach der HTTP-Methode einer Anforderung implementiert. |
Eigenschaften
Comparer |
Verwenden Sie nur für Frameworks. |
Order |
Verwenden Sie nur für Frameworks. |
Methoden
AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Verwenden Sie nur für Frameworks. |
ApplyAsync(HttpContext, CandidateSet) |
Verwenden Sie nur für Frameworks. |
BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>) |
Verwenden Sie nur für Frameworks. |
GetEdges(IReadOnlyList<Endpoint>) |
Verwenden Sie nur für Frameworks. |
Explizite Schnittstellenimplementierungen
IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Ein MatcherPolicy , das die Filterung und Auswahl nach der HTTP-Methode einer Anforderung implementiert. |
INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Ein MatcherPolicy , das die Filterung und Auswahl nach der HTTP-Methode einer Anforderung implementiert. |