共用方式為


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)

比較兩個物件是否相等,做為不區分大小寫路徑的一部分。

TryProcessConstraints(HttpContext, RouteValueDictionary, String, IRouteConstraint)

如果條件約束已傳入 TemplateBinder 建構函式,則會處理條件約束。

適用於