RouteDataValueProvider 類別

定義

表示實作 介面之 物件 IDictionary<TKey,TValue> 中包含的路由資料值提供者。

public sealed class RouteDataValueProvider : System.Web.Mvc.DictionaryValueProvider<object>
type RouteDataValueProvider = class
    inherit DictionaryValueProvider<obj>
Public NotInheritable Class RouteDataValueProvider
Inherits DictionaryValueProvider(Of Object)
繼承
RouteDataValueProvider

建構函式

RouteDataValueProvider(ControllerContext)

初始化 RouteDataValueProvider 類別的新執行個體。

方法

ContainsPrefix(String)

判斷集合是否包含指定的前置詞。

(繼承來源 DictionaryValueProvider<TValue>)
GetKeysFromPrefix(String)

從前置字元取得索引鍵。

(繼承來源 DictionaryValueProvider<TValue>)
GetValue(String)

使用指定的索引鍵和控制器內容,傳回值物件。

(繼承來源 DictionaryValueProvider<TValue>)

適用於