HttpMethodMatcherPolicy クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MatcherPolicy要求の HTTP メソッドによるフィルター処理と選択を実装する 。
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
- 継承
- 実装
コンストラクター
HttpMethodMatcherPolicy() |
MatcherPolicy要求の HTTP メソッドによるフィルター処理と選択を実装する 。 |
プロパティ
Comparer |
フレームワークの場合のみ使用します。 |
Order |
フレームワークの場合のみ使用します。 |
メソッド
AppliesToEndpoints(IReadOnlyList<Endpoint>) |
フレームワークの場合のみ使用します。 |
ApplyAsync(HttpContext, CandidateSet) |
フレームワークの場合のみ使用します。 |
BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>) |
フレームワークの場合のみ使用します。 |
GetEdges(IReadOnlyList<Endpoint>) |
フレームワークの場合のみ使用します。 |
明示的なインターフェイスの実装
IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
MatcherPolicy要求の HTTP メソッドによるフィルター処理と選択を実装する 。 |
INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) |
MatcherPolicy要求の HTTP メソッドによるフィルター処理と選択を実装する 。 |