QueryStringValueProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 物件中包含的 NameValueCollection 查詢字串值提供者。
public sealed class QueryStringValueProvider : System.Web.Mvc.NameValueCollectionValueProvider
type QueryStringValueProvider = class
inherit NameValueCollectionValueProvider
Public NotInheritable Class QueryStringValueProvider
Inherits NameValueCollectionValueProvider
- 繼承
建構函式
QueryStringValueProvider(ControllerContext) |
初始化 QueryStringValueProvider 類別的新執行個體。 |
方法
ContainsPrefix(String) |
判斷集合是否包含指定的前置詞。 (繼承來源 NameValueCollectionValueProvider) |
GetKeysFromPrefix(String) |
使用指定的前置詞取得索引鍵。 (繼承來源 NameValueCollectionValueProvider) |
GetValue(String) |
使用指定的索引鍵傳回值物件。 (繼承來源 NameValueCollectionValueProvider) |
GetValue(String, Boolean) |
使用指定的索引鍵和驗證指示詞,傳回值物件。 (繼承來源 NameValueCollectionValueProvider) |