TemplateBinder 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援在路由範本中處理和系結參數值。
public ref class TemplateBinder
public class TemplateBinder
type TemplateBinder = class
Public Class TemplateBinder
- 繼承
-
TemplateBinder
建構函式
方法
BindValues(RouteValueDictionary) |
傳回與路由相關聯之 URI 的字串表示。 |
GetValues(RouteValueDictionary, RouteValueDictionary) |
在路由中產生參數值。 |
RoutePartsEqual(Object, Object) |
比較兩個物件是否相等,做為不區分大小寫路徑的一部分。 |
TryProcessConstraints(HttpContext, RouteValueDictionary, String, IRouteConstraint) |
如果條件約束已傳入 TemplateBinder 建構函式,則會處理條件約束。 |