Share via


RouteDataValueProvider 類別

定義

表示路由資料的值提供者。

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

建構函式

RouteDataValueProvider(ModelBindingExecutionContext)

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

方法

ContainsPrefix(String)

傳回值,這個值指出字典是否包含指定的前置詞。

(繼承來源 DictionaryValueProvider<TValue>)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
GetValue(String)

使用指定的索引鍵擷取值物件。

(繼承來源 DictionaryValueProvider<TValue>)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於