KnownRouteValueConstraint クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IRouteConstraint既知のルート値を表す 。
public ref class KnownRouteValueConstraint : Microsoft::AspNetCore::Routing::IRouteConstraint
public class KnownRouteValueConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
type KnownRouteValueConstraint = class
interface IRouteConstraint
type KnownRouteValueConstraint = class
interface IRouteConstraint
interface IParameterPolicy
type KnownRouteValueConstraint = class
interface IParameterPolicy
interface IRouteConstraint
Public Class KnownRouteValueConstraint
Implements IRouteConstraint
- 継承
-
KnownRouteValueConstraint
- 実装
コンストラクター
KnownRouteValueConstraint() |
古い.
IRouteConstraint既知のルート値を表す 。 |
KnownRouteValueConstraint(IActionDescriptorCollectionProvider) |
KnownRouteValueConstraint のインスタンスを初期化します。 |
メソッド
Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) |
URL パラメーターにこの制約の正しい値が含まれているかどうかを判断します。 |