MaxLengthRouteConstraint クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ルート パラメーターを最大長の文字列になるように制約します。
public ref class MaxLengthRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraint
public class MaxLengthRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
public class MaxLengthRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy
type MaxLengthRouteConstraint = class
interface IRouteConstraint
type MaxLengthRouteConstraint = class
interface IRouteConstraint
interface IParameterPolicy
type MaxLengthRouteConstraint = class
interface IParameterPolicy
interface IRouteConstraint
type MaxLengthRouteConstraint = class
interface IRouteConstraint
interface IParameterPolicy
interface IParameterLiteralNodeMatchingPolicy
Public Class MaxLengthRouteConstraint
Implements IRouteConstraint
Public Class MaxLengthRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint
- 継承
-
MaxLengthRouteConstraint
- 実装
コンストラクター
MaxLengthRouteConstraint(Int32) |
MaxLengthRouteConstraint クラスの新しいインスタンスを初期化します。 |
プロパティ
MaxLength |
ルート パラメーターに使用できる最大長を取得します。 |
メソッド
Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) |
URL パラメーターにこの制約の正しい値が含まれているかどうかを判断します。 |
明示的なインターフェイスの実装
IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) |
ルート パラメーターを最大長の文字列になるように制約します。 |