TemplateBinder クラス

定義

ルート テンプレートでのパラメーター値の処理とバインドをサポートします。

public ref class TemplateBinder
public class TemplateBinder
type TemplateBinder = class
Public Class TemplateBinder
継承
TemplateBinder

コンストラクター

TemplateBinder(UrlEncoder, ObjectPool<UriBuildingContext>, RoutePattern, RouteValueDictionary, IEnumerable<String>, IEnumerable<ValueTuple<String, IParameterPolicy>>)

TemplateBinder の新しいインスタンスを作成します。

TemplateBinder(UrlEncoder, ObjectPool<UriBuildingContext>, RouteTemplate, RouteValueDictionary)

TemplateBinder の新しいインスタンスを作成します。

メソッド

BindValues(RouteValueDictionary)

ルートに関連付けられている URI の文字列表現を返します。

GetValues(RouteValueDictionary, RouteValueDictionary)

ルート内のパラメーター値を生成します。

RoutePartsEqual(Object, Object)

2 つのオブジェクトを、大文字と小文字を区別しないパスの一部として等しいかどうかを比較します。

TryProcessConstraints(HttpContext, RouteValueDictionary, String, IRouteConstraint)

制約が TemplateBinder コンストラクターに渡された 場合 は、その制約を処理します。

適用対象