HttpMethodMatcherPolicy Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação.
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
- Herança
- Implementações
Construtores
HttpMethodMatcherPolicy() |
Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação. |
Propriedades
Comparer |
Somente para uso de estrutura. |
Order |
Somente para uso de estrutura. |
Métodos
AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Somente para uso de estrutura. |
ApplyAsync(HttpContext, CandidateSet) |
Somente para uso de estrutura. |
BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>) |
Somente para uso de estrutura. |
GetEdges(IReadOnlyList<Endpoint>) |
Somente para uso de estrutura. |
Implantações explícitas de interface
IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação. |
INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
Um MatcherPolicy que implementa a filtragem e a seleção pelo método HTTP de uma solicitação. |