FormCollection.IValueProvider.ContainsPrefix Method (String)
Gets a value that indicates whether the value provider contains an entry that has the specified prefix.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- prefix
-
Type:
System.String
The prefix to look for.
Return Value
Type: System.Booleantrue if the value provider contains an entry that has the specified prefix; otherwise, false.
Implements
IValueProvider.ContainsPrefix(String)This member is an explicit interface member implementation. It can be used only when the FormCollection instance is cast to an IValueProvider interface.
Show: