ValueProviderDictionary.IValueProvider.ContainsPrefix Method (String)
Determines whether the collection contains the specified prefix.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Private Function ContainsPrefix ( prefix As String ) As Boolean Implements IValueProvider.ContainsPrefix
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)This member is an explicit interface member implementation. It can be used only when a derived ValueProviderDictionary instance is cast to an IValueProvider interface.
Show: