ValueProviderCollection.ContainsPrefix Method
Determines whether the collection contains the specified prefix.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable Function ContainsPrefix ( _ prefix As String _ ) As Boolean 'Usage Dim instance As ValueProviderCollection Dim prefix As String Dim returnValue As Boolean returnValue = instance.ContainsPrefix(prefix)
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)
Show: