NameValueCollectionValueProvider.ContainsPrefix Method
Visual Studio 2010
Determines whether the collection contains the specified prefix.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- prefix
- Type: System.String
The prefix to search for.
Return Value
Type: System.Booleantrue if the collection contains the specified prefix; otherwise, false.
Implements
IValueProvider.ContainsPrefix(String)| Exception | Condition |
|---|---|
| ArgumentNullException | The prefix parameter is Nothing. |
Community Additions
ADD
Show: