HttpMethodMatcherPolicy Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
MatcherPolicy qui implémente le filtrage et la sélection par la méthode HTTP d’une requête.
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
- Héritage
- Implémente
Constructeurs
HttpMethodMatcherPolicy() |
MatcherPolicy qui implémente le filtrage et la sélection par la méthode HTTP d’une requête. |
Propriétés
Comparer |
Pour l’utilisation de l’infrastructure uniquement. |
Order |
Pour l’utilisation de l’infrastructure uniquement. |
Méthodes
AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Pour l’utilisation de l’infrastructure uniquement. |
ApplyAsync(HttpContext, CandidateSet) |
Pour l’utilisation de l’infrastructure uniquement. |
BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>) |
Pour l’utilisation de l’infrastructure uniquement. |
GetEdges(IReadOnlyList<Endpoint>) |
Pour l’utilisation de l’infrastructure uniquement. |
Implémentations d’interfaces explicites
IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
MatcherPolicy qui implémente le filtrage et la sélection par la méthode HTTP d’une requête. |
INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
MatcherPolicy qui implémente le filtrage et la sélection par la méthode HTTP d’une requête. |