RouteDataValueProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示實作 介面之 物件 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(ControllerContext) |
初始化 RouteDataValueProvider 類別的新執行個體。 |
方法
ContainsPrefix(String) |
判斷集合是否包含指定的前置詞。 (繼承來源 DictionaryValueProvider<TValue>) |
GetKeysFromPrefix(String) |
從前置字元取得索引鍵。 (繼承來源 DictionaryValueProvider<TValue>) |
GetValue(String) |
使用指定的索引鍵和控制器內容,傳回值物件。 (繼承來源 DictionaryValueProvider<TValue>) |